NFC, this simplifies the main parsing/generating functions by moving logic around conditional LangOptions where it belongs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D100653
[clang][cli] NFC: Move conditional LangOptions parsing/generation ClosedPublic Authored by jansvoboda11 on Apr 16 2021, 8:21 AM.
Details Summary NFC, this simplifies the main parsing/generating functions by moving logic around conditional LangOptions where it belongs.
Diff Detail
Event Timelinejansvoboda11 created this revision. This revision is now accepted and ready to land.Apr 16 2021, 8:37 AM This revision was landed with ongoing or failed builds.Apr 19 2021, 2:25 AM Closed by commit rGfb2aa63d7dc5: [clang][cli] NFC: Move conditional LangOptions parsing/generation (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 338453 clang/include/clang/Frontend/CompilerInvocation.h
clang/lib/Frontend/CompilerInvocation.cpp
|