================ @@ -25,7 +25,11 @@ class ASTConsumer; class CompilerInstance; class Parser; class Sema; +class ASTContext; +class CXXRecordDecl; +class NamedDecl; class TranslationUnitDecl; +template <typename decl_type> class Redeclarable; ---------------- vgvassilev wrote:
Why do we need these new forward declarations in the header file? https://github.com/llvm/llvm-project/pull/218149 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
