[PATCH] D40448: Add a printing policy for AST dumping
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 20 14:05:55 PST 2017
aaron.ballman closed this revision.
aaron.ballman marked an inline comment as done.
aaron.ballman added a comment.
Thanks, Hal! Committed in r321223.
================
Comment at: lib/AST/ASTDumper.cpp:218
+ : ASTDumper(OS, Traits, SM, ShowColors, LangOptions()) {}
+ //ASTDumper(raw_ostream &OS, const CommandTraits *Traits,
+ // const SourceManager *SM, const PrintingPolicy &PrintPolicy)
----------------
hfinkel wrote:
> Remove commented-out code.
Sorry about that -- I spotted it when my rebase failed and have removed it.
https://reviews.llvm.org/D40448
More information about the cfe-commits
mailing list