aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/catch-stmt.m
AgeCommit message (Expand)Author
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson
2010-05-03Diagnose unused exception parameters under a different warning groupDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-04-12call objc interfaces just "interfaces" in diagnostics, not "Objective-C types"Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-03Change a warning to an error...Steve Naroff
2009-03-03Fix <rdar://problem/6252237> [sema] qualified id should be disallowed in @cat...Steve Naroff
2009-03-03Fix <rdar://problem/6632061> [sema] non object types should not be allowed in...Steve Naroff