[cfe-commits] r149797 - /cfe/trunk/include/clang/AST/CanonicalType.h
    NAKAMURA Takumi 
    geek4civic at gmail.com
       
    Sat Feb  4 18:00:07 PST 2012
    
    
  
Author: chapuni
Date: Sat Feb  4 20:00:07 2012
New Revision: 149797
URL: http://llvm.org/viewvc/llvm-project?rev=149797&view=rev
Log:
Try to fix Benjamin's r149781 on MSVC.
MSVC has complained the definition of "inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, CanQualType T)" in clang/AST/CanonicalType.h.
Modified:
    cfe/trunk/include/clang/AST/CanonicalType.h
Modified: cfe/trunk/include/clang/AST/CanonicalType.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/CanonicalType.h?rev=149797&r1=149796&r2=149797&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/CanonicalType.h (original)
+++ cfe/trunk/include/clang/AST/CanonicalType.h Sat Feb  4 20:00:07 2012
@@ -16,6 +16,7 @@
 #define LLVM_CLANG_AST_CANONICAL_TYPE_H
 
 #include "clang/AST/Type.h"
+#include "clang/Basic/Diagnostic.h"
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/type_traits.h"
 #include <iterator>
    
    
More information about the cfe-commits
mailing list