summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/catch-stmt.m
Commit message (Expand)AuthorAgeFilesLines
* Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson2011-02-221-1/+1
* Diagnose unused exception parameters under a different warning groupDouglas Gregor2010-05-031-2/+2
* 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
* call objc interfaces just "interfaces" in diagnostics, not "Objective-C types"Chris Lattner2009-04-121-3/+3
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Change a warning to an error...Steve Naroff2009-03-031-1/+1
* Fix <rdar://problem/6252237> [sema] qualified id should be disallowed in @cat...Steve Naroff2009-03-031-0/+3
* Fix <rdar://problem/6632061> [sema] non object types should not be allowed in...Steve Naroff2009-03-031-0/+10