[PATCH] D100762: [clang][cli] Extract AST dump format into extra option
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 19 11:43:37 PDT 2021
arichardson requested changes to this revision.
arichardson added a reviewer: aaron.ballman.
arichardson added a comment.
I'm not sure it's a good idea to remove the `-ast-dump=json` option. While this is -cc1 option, there do seem to be external consumers based on a quick search for "-ast-dump=json". Keeping it would also reduce some of the test churn.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100762/new/
https://reviews.llvm.org/D100762
More information about the llvm-commits
mailing list