summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/try-catch.m
Commit message (Expand)AuthorAgeFilesLines
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson2011-02-221-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Issue warning if method body starts with a semicolon.Fariborz Jahanian2009-10-201-1/+1
* implement semantic analysis for @synchronized, fixing a crash on invalidChris Lattner2009-04-211-3/+3
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Turn warning into error. Minor incompatibility with GCC (for scalar types, GC...Steve Naroff2009-02-121-1/+5
* Remove some non-ascii characters. Thanks Gabor.Steve Naroff2009-02-111-1/+1
* Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.Steve Naroff2009-02-111-1/+1
* Fix <rdar://problem/6206858> [sema] type check @throw statements.Steve Naroff2009-02-111-0/+6
* remove objc prefixes from these tests.Chris Lattner2008-07-261-0/+37