Print macro to ostream instead of llvm::errs().
This commit is contained in:
parent
4a8b33b878
commit
ab014ac72b
@ -250,7 +250,7 @@ namespace cling {
|
||||
for (clang::Preprocessor::macro_iterator I = PP.macro_begin(),
|
||||
E = PP.macro_end(); I != E; ++I) {
|
||||
const MacroInfo* MI = (*I).second->getMacroInfo();
|
||||
PP.DumpMacro(*MI);
|
||||
PP.printMacro(*MI, Out);
|
||||
}
|
||||
}
|
||||
} // end namespace cling
|
||||
|
Loading…
x
Reference in New Issue
Block a user