forked from OSchip/llvm-project
parent
c0a2841e2f
commit
53156af57c
|
@ -16,6 +16,7 @@
|
|||
#define LLVM_CLANG_DIAGNOSTIC_H
|
||||
|
||||
#include "clang/Basic/DiagnosticIDs.h"
|
||||
#include "clang/Basic/DiagnosticOptions.h"
|
||||
#include "clang/Basic/SourceLocation.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
|
@ -32,7 +33,6 @@ namespace clang {
|
|||
class DiagnosticOptions;
|
||||
class IdentifierInfo;
|
||||
class LangOptions;
|
||||
enum OverloadsShown : unsigned;
|
||||
class Preprocessor;
|
||||
class StoredDiagnostic;
|
||||
namespace tok {
|
||||
|
|
Loading…
Reference in New Issue