[all-commits] [llvm/llvm-project] 47f230: Add toggling for -fnew-infallible/-fno-new-infallible
modiking via All-commits
all-commits at lists.llvm.org
Tue Nov 30 17:35:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47f230ba2c8ff0e45e025163862ad699746b0ab0
https://github.com/llvm/llvm-project/commit/47f230ba2c8ff0e45e025163862ad699746b0ab0
Author: modimo <modimo at fb.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
M clang/docs/ClangCommandLineReference.rst
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/CodeGenCXX/new-infallible.cpp
A clang/test/Driver/new-infallible.cpp
Log Message:
-----------
Add toggling for -fnew-infallible/-fno-new-infallible
Allow toggling of -fnew-infallible so last instance takes precedence
Testing:
ninja check-all
Reviewed By: bruno
Differential Revision: https://reviews.llvm.org/D113523
More information about the All-commits
mailing list