[PATCH] D101766: [TableGen] [Clang] Clean up Options.td and add asserts
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 4 00:47:11 PDT 2021
jansvoboda11 accepted this revision.
jansvoboda11 added a comment.
Nice, thank you, Paul!
================
Comment at: clang/include/clang/Driver/Options.td:1089
+ LangOpts<"DoubleSquareBracketAttributes">,
+ Default<!strconcat(cpp11.KeyPath, "||", c2x.KeyPath)>,
PosFlag<SetTrue, [], "Enable">, NegFlag<SetFalse, [], "Disable">,
----------------
Were you planning to refactor this too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101766/new/
https://reviews.llvm.org/D101766
More information about the cfe-commits
mailing list