File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1515
1616#include " CIRGenTypeCache.h"
1717
18- #include " clang/AST/ASTContext.h"
19- #include " clang/Basic/CodeGenOptions.h"
20- #include " clang/Basic/Diagnostic.h"
21-
2218#include " mlir/IR/BuiltinOps.h"
2319#include " mlir/IR/MLIRContext.h"
2420
21+ namespace clang {
22+ class ASTContext ;
23+ class CodeGenOptions ;
24+ class Decl ;
25+ class DiagnosticsEngine ;
26+ class LangOptions ;
27+ class TargetInfo ;
28+ } // namespace clang
29+
2530using namespace clang ;
2631namespace cir {
2732
@@ -33,7 +38,7 @@ class CIRGenModule : public CIRGenTypeCache {
3338
3439public:
3540 CIRGenModule (mlir::MLIRContext &context, clang::ASTContext &astctx,
36- const clang::CodeGenOptions &CGO ,
41+ const clang::CodeGenOptions &cgo ,
3742 clang::DiagnosticsEngine &Diags);
3843
3944 ~CIRGenModule () = default ;
You can’t perform that action at this time.
0 commit comments