================ @@ -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; ---------------- Vipul-Cariappa wrote:
Remnants from the previous approach. I have removed it now. Sorry about it. https://github.com/llvm/llvm-project/pull/218149 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
