r208513 - Revert "Another try at making MSVC happy again."
Alp Toker
alp at nuanti.com
Sun May 11 15:12:18 PDT 2014
Author: alp
Date: Sun May 11 17:12:18 2014
New Revision: 208513
URL: http://llvm.org/viewvc/llvm-project?rev=208513&view=rev
Log:
Revert "Another try at making MSVC happy again."
Prospective revert to see if r208512 helped the MSVC build.
This reverts commit r208497.
Modified:
cfe/trunk/include/clang/Basic/Diagnostic.h
Modified: cfe/trunk/include/clang/Basic/Diagnostic.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/Diagnostic.h?rev=208513&r1=208512&r2=208513&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/Diagnostic.h (original)
+++ cfe/trunk/include/clang/Basic/Diagnostic.h Sun May 11 17:12:18 2014
@@ -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 {
More information about the cfe-commits
mailing list