File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ namespace {
185
185
llvm_unreachable (" Dependent types cannot be converted" ); \
186
186
}
187
187
#define TYPE (Class, Base )
188
- #include " clang/AST/TypeNodes.def "
188
+ #include " clang/AST/TypeNodes.inc "
189
189
190
190
// Given a loaded type like CInt, look through the type alias sugar that the
191
191
// stdlib uses to show the underlying type. We want to import the signature
Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ namespace {
692
692
case clang::Type::Class:
693
693
#define NON_CANONICAL_UNLESS_DEPENDENT_TYPE (Class, Base ) \
694
694
case clang::Type::Class:
695
- #include " clang/AST/TypeNodes.def "
695
+ #include " clang/AST/TypeNodes.inc "
696
696
llvm_unreachable (" canonical or dependent type in ABI lowering" );
697
697
698
698
// These shouldn't occur in expandable struct types.
You can’t perform that action at this time.
0 commit comments