summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/objc-try-catch-1.m
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud