We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54bf30 commit c8a73e5Copy full SHA for c8a73e5
clang/lib/CIR/CodeGen/CIRGenModule.h
@@ -574,7 +574,7 @@ class CIRGenModule : public CIRGenTypeCache {
574
std::vector<const clang::CXXRecordDecl *> DeferredVTables;
575
576
/// A queue of (optional) vtables that may be emitted opportunistically.
577
- std::vector<const CXXRecordDecl *> opportunisticVTables;
+ std::vector<const clang::CXXRecordDecl *> opportunisticVTables;
578
579
mlir::Type getVTableComponentType();
580
CIRGenVTables &getVTables() { return VTables; }
0 commit comments