Skip to content

Commit c8a73e5

Browse files
committed
[CIR][CodeGen] Added clang:: namespace qualifier to be consistent with the file
1 parent c54bf30 commit c8a73e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ class CIRGenModule : public CIRGenTypeCache {
574574
std::vector<const clang::CXXRecordDecl *> DeferredVTables;
575575

576576
/// A queue of (optional) vtables that may be emitted opportunistically.
577-
std::vector<const CXXRecordDecl *> opportunisticVTables;
577+
std::vector<const clang::CXXRecordDecl *> opportunisticVTables;
578578

579579
mlir::Type getVTableComponentType();
580580
CIRGenVTables &getVTables() { return VTables; }

0 commit comments

Comments
 (0)