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 | ||||
* | Add a new ObjCExceptions member variable to LangOptions. This controls ↵ | Anders Carlsson | 2011-02-19 | 1 | -0/+13 |
whether Objective-C exceptions are enabled or not (they are by default). llvm-svn: 126061 |