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 e4e8e62 commit 1fc5a7cCopy full SHA for 1fc5a7c
interpreter/cling/lib/MetaProcessor/Display.cpp
@@ -1416,7 +1416,7 @@ void TypedefPrinter::DisplayTypedefs()const
1416
const TranslationUnitDecl* const tuDecl = compiler->getASTContext().getTranslationUnitDecl();
1417
assert(tuDecl != 0 && "DisplayTypedefs, translation unit is empty");
1418
1419
- fOut.Print("List of typedefs");
+ fOut.Print("List of typedefs\n");
1420
ProcessNestedDeclarations(tuDecl);
1421
}
1422
0 commit comments