Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make clang -cc1 disable Objective-C exceptions by default, and add a ↵ | Anders Carlsson | 2011-02-22 | 1 | -1/+1 |
| | | | | | | | | -fobjc-exceptions flag to turn them on. Update all tests accordingly. llvm-svn: 126177 | ||||
* | Diagnose unused exception parameters under a different warning group | Douglas Gregor | 2010-05-03 | 1 | -0/+4 |
(-Wunused-exception-parameter) than normal variables, since it's more common to name and then ignore an exception parameter. This warning is neither enabled by default nor by -Wall. Fixes <rdar://problem/7931045>. llvm-svn: 102931 |