summaryrefslogtreecommitdiffstats
path: root/test/Parser/objc-try-catch-1.m
Commit message (Expand)AuthorAgeFilesLines
* Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson2011-02-221-2/+2
* Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis2010-09-191-3/+5
* Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis2010-09-191-5/+3
* Fix rdar://8139785 "implement warning on dead expression in comma operator"Argyrios Kyrtzidis2010-06-301-2/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Make tests use the new clang cc1 flag.Fariborz Jahanian2009-12-141-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* implement semantic analysis for @synchronized, fixing a crash on invalidChris Lattner2009-04-211-1/+4
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* Turn warning into error. Minor incompatibility with GCC (for scalar types, GC...Steve Naroff2009-02-121-1/+1
* Fix <rdar://problem/6206858> [sema] type check @throw statements.Steve Naroff2009-02-111-1/+1
* Merge function-return.c into function.cChris Lattner2008-12-181-1/+1
* Objective-C keywords are not always identifiers. Some are also C++ keywordsDouglas Gregor2008-12-011-2/+2
* fix typoGabor Greif2008-05-231-3/+3
* implement simple support for arbitrary token lookahead. Change the Chris Lattner2008-03-101-2/+5
* Fix Parser::ParseObjCTryStmt() to allow for trailing @-keyword statements/exp...Steve Naroff2008-02-051-0/+10
* - Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeyword...Chris Lattner2007-12-271-24/+38
* this patch accomodates clattner's comments on expression processing in @try-s...Fariborz Jahanian2007-10-041-1/+3
* Patch to parse objective-c's @try-statement and @throw-statement.Fariborz Jahanian2007-09-191-0/+36