This replaces the existing MarshallingInfoFlag<...>, IsNegative with simpler MarshallingInfoNegativeFlag.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D84675
[clang][cli] Streamline MarhsallingInfoFlag description ClosedPublic Authored by jansvoboda11 on Jul 27 2020, 10:01 AM.
Details Summary This replaces the existing MarshallingInfoFlag<...>, IsNegative with simpler MarshallingInfoNegativeFlag.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, cfe-commits, sstefan1 and 2 others. · View Herald Transcript dang added a child revision: D84676: Add new diagnostic for invalid value provided for enum-based option.Jul 27 2020, 10:03 AM jansvoboda11 retitled this revision from Streamline MarhsallingInfoFlag description to [clang][cli] Streamline MarhsallingInfoFlag description.Dec 18 2020, 7:13 AM This revision is now accepted and ready to land.Dec 18 2020, 1:13 PM This revision was landed with ongoing or failed builds.Dec 21 2020, 2:33 AM Closed by commit rG27b7d646886d: [clang][cli] Streamline MarshallingInfoFlag description (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes. thakis added a reverting change: rG7ad666798f12: Revert 741978d727 and things that landed on top of it..Dec 23 2020, 9:59 AM
Revision Contents
Diff 313052 clang/include/clang/Driver/Options.td
llvm/include/llvm/Option/OptParser.td
|