summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/no-objc-exceptions.m
Commit message (Collapse)AuthorAgeFilesLines
* Make clang -cc1 disable Objective-C exceptions by default, and add a ↵Anders Carlsson2011-02-221-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 Carlsson2011-02-191-0/+13
whether Objective-C exceptions are enabled or not (they are by default). llvm-svn: 126061
OpenPOWER on IntegriCloud