| commit | 36b12a861c4f769c1a5fd2fa8107f7dc7ad0d1a4 | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Wed Oct 02 06:35:23 2019 +0000 |
| committer | John McCall <rjmccall@apple.com> | Wed Oct 02 06:35:23 2019 +0000 |
| tree | fca6af7c7fb42b205447893391598c217ea30b5b | |
| parent | 64a362e7216a43e3ad44e50a89265e72aeb14294 [diff] [blame] |
Rename TypeNodes.def to TypeNodes.inc for consistency across all our autogenerated files. NFC. As requested by Nico Weber. llvm-svn: 373425
diff --git a/clang/lib/AST/ASTDiagnostic.cpp b/clang/lib/AST/ASTDiagnostic.cpp index 15df865..3098544 100644 --- a/clang/lib/AST/ASTDiagnostic.cpp +++ b/clang/lib/AST/ASTDiagnostic.cpp
@@ -154,7 +154,7 @@ } \ break; \ } -#include "clang/AST/TypeNodes.def" +#include "clang/AST/TypeNodes.inc" } // If it wasn't sugared, we're done.