diff options
author | Shoaib Meenai <smeenai@fb.com> | 2024-11-07 14:36:22 -0800 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2024-11-07 14:36:22 -0800 |
commit | 69d8e1ddf2088e42c3d71e2e6c036318b7f1ad1f (patch) | |
tree | 62666dcd61983168bde3d3c5bcc0bf82a0ec1f64 /clang/lib/CIR/CodeGen/CIRGenModule.cpp | |
parent | de41b137ddb68b5172f1ab042b0b0b495afbb490 (diff) | |
download | llvm-users/smeenai/1/next.zip llvm-users/smeenai/1/next.tar.gz llvm-users/smeenai/1/next.tar.bz2 |
Updateusers/smeenai/1/next
[ghstack-poisoned]
Diffstat (limited to 'clang/lib/CIR/CodeGen/CIRGenModule.cpp')
-rw-r--r-- | clang/lib/CIR/CodeGen/CIRGenModule.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/lib/CIR/CodeGen/CIRGenModule.cpp b/clang/lib/CIR/CodeGen/CIRGenModule.cpp index c1adc7e..5a6fc27 100644 --- a/clang/lib/CIR/CodeGen/CIRGenModule.cpp +++ b/clang/lib/CIR/CodeGen/CIRGenModule.cpp @@ -22,7 +22,9 @@ #include "mlir/IR/Location.h" #include "mlir/IR/MLIRContext.h" -using namespace cir; +using namespace clang; +using namespace clang::CIRGen; + CIRGenModule::CIRGenModule(mlir::MLIRContext &context, clang::ASTContext &astctx, const clang::CodeGenOptions &cgo, |