Skip to content

Commit 4ecb41a

Browse files
committed
[cling] .typedef: separate underlying and type alias name by space.
1 parent bf1c659 commit 4ecb41a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interpreter/cling/lib/MetaProcessor/Display.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,6 +1505,7 @@ void TypedefPrinter::DisplayTypedefDecl(TypedefNameDecl* typedefDecl)const
15051505
llvm::raw_string_ostream out(textLine);
15061506
typedefDecl->getUnderlyingType().
15071507
getDesugaredType(typedefDecl->getASTContext()).print(out,printingPolicy);
1508+
out << ' ';
15081509
//Name for diagnostic will include template arguments if any.
15091510
typedefDecl->getNameForDiagnostic(out,
15101511
printingPolicy,/*qualified=*/true);

0 commit comments

Comments
 (0)