Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 7af19b8

Browse files
committed
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149797 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 9ec7197 commit 7af19b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/clang/AST/CanonicalType.h

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define LLVM_CLANG_AST_CANONICAL_TYPE_H
1717

1818
#include "clang/AST/Type.h"
19+
#include "clang/Basic/Diagnostic.h"
1920
#include "llvm/Support/Casting.h"
2021
#include "llvm/Support/type_traits.h"
2122
#include <iterator>

0 commit comments

Comments
 (0)