Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some -Wexceptions false positives. | Richard Smith | 2018-02-20 | 1 | -2/+58 |
* | DR126: partially implement the const-correct rules for exception handler matc... | Richard Smith | 2018-01-13 | 1 | -1/+82 |
* | [CFG] Relax Wexceptions warning on rethrow | Erich Keane | 2017-10-17 | 1 | -2/+19 |
* | [Sema] Corrected the warn-on-throw-from-noexcept behavior to include nothrow | Erich Keane | 2017-09-26 | 1 | -1/+10 |
* | Address comments that escaped D33333 | Erich Keane | 2017-07-05 | 1 | -42/+41 |
* | Fold exception-warnings.cpp into warn-throw-out-noexcept-func.cpp | Stephan Bergmann | 2017-06-30 | 1 | -0/+37 |
* | Add test for 306149, warn on throw from noexcept | Erich Keane | 2017-06-23 | 1 | -0/+265 |