summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplate.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2019-10-02 06:35:23 +0000
committerJohn McCall <rjmccall@apple.com>2019-10-02 06:35:23 +0000
commit36b12a861c4f769c1a5fd2fa8107f7dc7ad0d1a4 (patch)
treefca6af7c7fb42b205447893391598c217ea30b5b /clang/lib/Sema/SemaTemplate.cpp
parent64a362e7216a43e3ad44e50a89265e72aeb14294 (diff)
downloadbcm5719-llvm-36b12a861c4f769c1a5fd2fa8107f7dc7ad0d1a4.tar.gz
bcm5719-llvm-36b12a861c4f769c1a5fd2fa8107f7dc7ad0d1a4.zip
Rename TypeNodes.def to TypeNodes.inc for consistency across all
our autogenerated files. NFC. As requested by Nico Weber. llvm-svn: 373425
Diffstat (limited to 'clang/lib/Sema/SemaTemplate.cpp')
-rw-r--r--clang/lib/Sema/SemaTemplate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaTemplate.cpp b/clang/lib/Sema/SemaTemplate.cpp
index 199103e36fe..e189b5235a9 100644
--- a/clang/lib/Sema/SemaTemplate.cpp
+++ b/clang/lib/Sema/SemaTemplate.cpp
@@ -5498,7 +5498,7 @@ namespace {
bool Visit##Class##Type(const Class##Type *) { return false; }
#define NON_CANONICAL_TYPE(Class, Parent) \
bool Visit##Class##Type(const Class##Type *) { return false; }
-#include "clang/AST/TypeNodes.def"
+#include "clang/AST/TypeNodes.inc"
bool VisitTagDecl(const TagDecl *Tag);
bool VisitNestedNameSpecifier(NestedNameSpecifier *NNS);
OpenPOWER on IntegriCloud