Skip to content

Commit fe5818c

Browse files
committed
two more
Created using spr 1.3.5
1 parent 6e6014d commit fe5818c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenModule.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
#include "CIRGenModule.h"
1414

15+
#include "clang/AST/ASTContext.h"
1516
#include "clang/AST/DeclBase.h"
1617

1718
#include "mlir/IR/BuiltinOps.h"

clang/lib/CIR/CodeGen/CIRGenModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class CIRGenModule : public CIRGenTypeCache {
3939
public:
4040
CIRGenModule(mlir::MLIRContext &context, clang::ASTContext &astctx,
4141
const clang::CodeGenOptions &cgo,
42-
clang::DiagnosticsEngine &Diags);
42+
clang::DiagnosticsEngine &diags);
4343

4444
~CIRGenModule() = default;
4545

0 commit comments

Comments
 (0)