summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjCXX/instantiate-stmt.mm
Commit message (Collapse)AuthorAgeFilesLines
* objective-c: improve diagnostic when collection expression isFariborz Jahanian2012-06-221-4/+4
| | | | | | not a pointer to a fast-enumerable object. // rdar://11488666 llvm-svn: 158998
* Make clang -cc1 disable Objective-C exceptions by default, and add a ↵Anders Carlsson2011-02-221-1/+1
| | | | | | | | -fobjc-exceptions flag to turn them on. Update all tests accordingly. llvm-svn: 126177
* Patch to issue warning when colllection expresion's typeFariborz Jahanian2010-08-121-0/+1
| | | | | | | does not implement 'countByEnumeratingWithState' API. Implements radar 7634669. llvm-svn: 110964
* Implement template instantiation for Objective-C @catchDouglas Gregor2010-04-261-2/+4
| | | | | | statements. This is the last of the Objective-C statements. llvm-svn: 102356
* Template instantiation for @try and @finally (but not @catch, yet).Douglas Gregor2010-04-221-0/+16
| | | | llvm-svn: 102147
* Template instantiation for the Objective-C "fast enumeration"Douglas Gregor2010-04-221-0/+35
| | | | | | | | | | statement, i.e., for (element in collection) { // do something } llvm-svn: 102138
* Template instantiation for Objective-C++ @synchronized statements.Douglas Gregor2010-04-221-0/+9
| | | | llvm-svn: 102134
* Implement template instantiation for Objective-C++ @throw statements.Douglas Gregor2010-04-221-0/+15
llvm-svn: 102133
OpenPOWER on IntegriCloud