[PATCH] D71846: [ASTMatchers] Fix for https://bugs.llvm.org/show_bug.cgi?id=44364
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 1 10:21:39 PST 2020
njames93 added a comment.
In D71846#1800481 <https://reviews.llvm.org/D71846#1800481>, @aaron.ballman wrote:
> In D71846#1800480 <https://reviews.llvm.org/D71846#1800480>, @njames93 wrote:
>
> > Definitely default to diagnosing everything, that's how my current implementation looks right now.
>
>
> SGTM
>
> > Also is there a way to do options as bool because I don't particularly like putting 1 for true in the config file
>
> Not to my knowledge.
I just did a quick grep and found that all checks that take bools for config options use a 1 for true, 0 for false, so I guess best stick to convention rather than hack at OptionsView to get and set bools
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71846/new/
https://reviews.llvm.org/D71846
More information about the cfe-commits
mailing list