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 1fc5a7c commit bf1c659Copy full SHA for bf1c659
interpreter/cling/lib/MetaProcessor/Display.cpp
@@ -523,7 +523,7 @@ void ClassPrinter::DisplayAllClasses()const
523
const TranslationUnitDecl* const tuDecl = compiler->getASTContext().getTranslationUnitDecl();
524
assert(tuDecl != 0 && "DisplayAllClasses, translation unit is empty");
525
526
- fOut.Print("List of classes");
+ fOut.Print("List of classes\n");
527
// Could trigger deserialization of decls.
528
Interpreter::PushTransactionRAII RAII(const_cast<Interpreter*>(fInterpreter));
529
for (decl_iterator decl = tuDecl->decls_begin(); decl != tuDecl->decls_end(); ++decl)
0 commit comments