forked from OSchip/llvm-project
Revert "Another try at making MSVC happy again."
Prospective revert to see if r208512 helped the MSVC build. This reverts commit r208497. llvm-svn: 208513
This commit is contained in:
parent
c7dc0621a7
commit
9719e04011
|
@ -16,7 +16,6 @@
|
|||
#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"
|
||||
|
@ -33,6 +32,7 @@ namespace clang {
|
|||
class DiagnosticOptions;
|
||||
class IdentifierInfo;
|
||||
class LangOptions;
|
||||
enum OverloadsShown : unsigned;
|
||||
class Preprocessor;
|
||||
class StoredDiagnostic;
|
||||
namespace tok {
|
||||
|
|
Loading…
Reference in New Issue