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 bf1c659 commit 4ecb41aCopy full SHA for 4ecb41a
interpreter/cling/lib/MetaProcessor/Display.cpp
@@ -1505,6 +1505,7 @@ void TypedefPrinter::DisplayTypedefDecl(TypedefNameDecl* typedefDecl)const
1505
llvm::raw_string_ostream out(textLine);
1506
typedefDecl->getUnderlyingType().
1507
getDesugaredType(typedefDecl->getASTContext()).print(out,printingPolicy);
1508
+ out << ' ';
1509
//Name for diagnostic will include template arguments if any.
1510
typedefDecl->getNameForDiagnostic(out,
1511
printingPolicy,/*qualified=*/true);
0 commit comments