Skip to content

Commit c21c6e4

Browse files
committed
[clang] [WIP] MicrosoftCXXABI: Fix missing forward declaration in ExternalASTSource.h (#53486)
1 parent 35448ac commit c21c6e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/AST/ExternalASTSource.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class ASTConsumer;
4040
class ASTContext;
4141
class ASTSourceDescriptor;
4242
class CXXBaseSpecifier;
43+
class CXXConstructorDecl;
4344
class CXXCtorInitializer;
4445
class CXXRecordDecl;
4546
class DeclarationName;

0 commit comments

Comments
 (0)