Skip to content

Commit 209f461

Browse files
committed
[clang][cli] NFC: Pass CC1Option explicitly to BoolOption
When `Bool{F,G}Option` were introduced, they were designed after the existing `Opt{In,Out}FFlag` in that they implied `CC1Option` for the `ChangedBy` flag. This means less typing, but can be misleading in situations when the `ResetBy` has explicit `CC1Option` and `ChangedBy` doesn't. This patch stops implicitly putting `CC1Option` to `ChangedBy` flag. Reviewed By: dexonsmith Differential Revision: https://reviews.llvm.org/D95225
1 parent 46ec025 commit 209f461

File tree

1 file changed

+98
-113
lines changed

1 file changed

+98
-113
lines changed

0 commit comments

Comments
 (0)