Prospective revert to see if r208512 helped the MSVC build.
This reverts commit r208497.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208513
91177308-0d34-0410-b5e6-
96231b3b80d8
#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"
class DiagnosticOptions;
class IdentifierInfo;
class LangOptions;
+ enum OverloadsShown : unsigned;
class Preprocessor;
class StoredDiagnostic;
namespace tok {