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 60cadd5 commit f5b1b06Copy full SHA for f5b1b06
clang/lib/CIR/CodeGen/CIRGenTypes.cpp
@@ -52,7 +52,7 @@ std::string CIRGenTypes::getRecordTypeName(const clang::RecordDecl *recordDecl,
52
if (recordDecl->getDeclContext())
53
recordDecl->printQualifiedName(outStream, policy);
54
else
55
- recordDecl->printName(outStream);
+ recordDecl->DeclaratorDecl::printName(outStream);
56
} else if (auto *typedefNameDecl = recordDecl->getTypedefNameForAnonDecl()) {
57
if (typedefNameDecl->getDeclContext())
58
typedefNameDecl->printQualifiedName(outStream, policy);
0 commit comments