forked from OSchip/llvm-project
parent
28b00bffd2
commit
5b25f0b7a9
|
@ -1,15 +1,15 @@
|
||||||
/*===-- CXLoadedDiagnostic.cpp - Handling of persisent diags -*- C++ -*-===*\
|
//===-- CXLoadedDiagnostic.cpp - Handling of persisent diags ----*- C++ -*-===//
|
||||||
|* *|
|
//
|
||||||
|* The LLVM Compiler Infrastructure *|
|
// The LLVM Compiler Infrastructure
|
||||||
|* *|
|
//
|
||||||
|* This file is distributed under the University of Illinois Open Source *|
|
// This file is distributed under the University of Illinois Open Source
|
||||||
|* License. See LICENSE.TXT for details. *|
|
// License. See LICENSE.TXT for details.
|
||||||
|* *|
|
//
|
||||||
|*===----------------------------------------------------------------------===*|
|
//===----------------------------------------------------------------------===//
|
||||||
|* *|
|
//
|
||||||
|* Implements handling of persisent diagnostics. *|
|
// Implements handling of persisent diagnostics.
|
||||||
|* *|
|
//
|
||||||
\*===----------------------------------------------------------------------===*/
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "CXLoadedDiagnostic.h"
|
#include "CXLoadedDiagnostic.h"
|
||||||
#include "CXString.h"
|
#include "CXString.h"
|
||||||
|
|
Loading…
Reference in New Issue