[PATCH] D59296: [pp-trace] Delete -ignore and add generalized -callbacks
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 15 07:34:30 PDT 2019
aaron.ballman added a comment.
I think the release notes should be updated to mention that a previously-supported option has been removed and that there's a new option available as a replacement; I don't think we have any other docs for pp-trace to worry about updating, do we?
================
Comment at: pp-trace/PPTrace.cpp:70-71
+ "to output. Globs are processed in order of appearance. Globs "
+ "with the '-' "
+ "prefix remove callbacks from the set. e.g. '*,-Macro*'."));
----------------
Can re-flow the string literal.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59296/new/
https://reviews.llvm.org/D59296
More information about the cfe-commits
mailing list