summaryrefslogtreecommitdiff
path: root/test/Parser/objc-try-catch-1.m
AgeCommit message (Expand)Author
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson
2010-09-19Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis
2010-09-19Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis
2010-06-30Fix rdar://8139785 "implement warning on dead expression in comma operator"Argyrios Kyrtzidis
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Make tests use the new clang cc1 flag.Fariborz Jahanian
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-04-21implement semantic analysis for @synchronized, fixing a crash on invalidChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-12Turn warning into error. Minor incompatibility with GCC (for scalar types, GC...Steve Naroff
2009-02-11Fix <rdar://problem/6206858> [sema] type check @throw statements.Steve Naroff
2008-12-18Merge function-return.c into function.cChris Lattner
2008-12-01Objective-C keywords are not always identifiers. Some are also C++ keywordsDouglas Gregor
2008-05-23fix typoGabor Greif
2008-03-10implement simple support for arbitrary token lookahead. Change the Chris Lattner
2008-02-05Fix Parser::ParseObjCTryStmt() to allow for trailing @-keyword statements/exp...Steve Naroff
2007-12-27 - Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeyword...Chris Lattner
2007-10-04this patch accomodates clattner's comments on expression processing in @try-s...Fariborz Jahanian
2007-09-19Patch to parse objective-c's @try-statement and @throw-statement.Fariborz Jahanian