Allow toggling of -fnew-infallible so last instance takes precedence
Testing:
ninja check-all
Paths
| Differential D113523
Add toggling for -fnew-infallible/-fno-new-infallible ClosedPublic Authored by modimo on Nov 9 2021, 3:34 PM.
Details Summary Allow toggling of -fnew-infallible so last instance takes precedence Testing:
Diff Detail
Event TimelineComment Actions Hi @modimo, can you also add a driver test to check (clang/test/Driver/...) that nothing is added to cc1 cmdline when -fno-new-infallible is used or take precendence? This revision is now accepted and ready to land.Nov 18 2021, 6:28 PM Closed by commit rG47f230ba2c8f: Add toggling for -fnew-infallible/-fno-new-infallible (authored by modimo). · Explain WhyNov 30 2021, 5:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 390874 clang/docs/ClangCommandLineReference.rst
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/CodeGenCXX/new-infallible.cpp
clang/test/Driver/new-infallible.cpp
|