Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fold exception-warnings.cpp into warn-throw-out-noexcept-func.cpp | Stephan Bergmann | 2017-06-30 | 1 | -36/+0 |
| | | | | | | I had failed to notice the latter existed when I recently introduced the former. llvm-svn: 306799 | ||||
* | Fixed -Wexceptions derived-to-base false positives | Stephan Bergmann | 2017-06-29 | 1 | -0/+36 |
...as introduced with recent <https://reviews.llvm.org/D33333> "Emit warning when throw exception in destruct or dealloc functions which has a (possible implicit) noexcept specifier". (The equivalent of the goodReference case hit when building LibreOffice.) (These warnings are apparently only emitted when no errors have yet been encountered, so it didn't work to add the test code to the end of the existing clang/test/SemaCXX/exceptions.cpp.) llvm-svn: 306715 |