aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CIR/CodeGen/CIRGenModule.cpp
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2024-11-07 14:36:22 -0800
committerShoaib Meenai <smeenai@fb.com>2024-11-07 14:36:22 -0800
commit69d8e1ddf2088e42c3d71e2e6c036318b7f1ad1f (patch)
tree62666dcd61983168bde3d3c5bcc0bf82a0ec1f64 /clang/lib/CIR/CodeGen/CIRGenModule.cpp
parentde41b137ddb68b5172f1ab042b0b0b495afbb490 (diff)
downloadllvm-users/smeenai/1/next.zip
llvm-users/smeenai/1/next.tar.gz
llvm-users/smeenai/1/next.tar.bz2
[ghstack-poisoned]
Diffstat (limited to 'clang/lib/CIR/CodeGen/CIRGenModule.cpp')
-rw-r--r--clang/lib/CIR/CodeGen/CIRGenModule.cpp4
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,