Use lambdas with captures to replace the redundant infrastructure for marshalling of two boolean flags that control the same keypath.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92773
[clang][cli] Unify boolean marshalling ClosedPublic Authored by jansvoboda11 on Dec 7 2020, 9:59 AM.
Details
Summary Use lambdas with captures to replace the redundant infrastructure for marshalling of two boolean flags that control the same keypath.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 7 2020, 9:59 AM This revision is now accepted and ready to land.Dec 7 2020, 3:46 PM This revision was landed with ongoing or failed builds.Dec 8 2020, 4:47 AM Closed by commit rG083e035c47f6: [clang][cli] Unify boolean marshalling (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 310143 clang/include/clang/Driver/Options.td
clang/lib/Frontend/CompilerInvocation.cpp
llvm/include/llvm/Option/OptParser.td
llvm/utils/TableGen/OptParserEmitter.cpp
|