Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | objective-c: improve diagnostic when collection expression is | Fariborz Jahanian | 2012-06-22 | 1 | -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 Carlsson | 2011-02-22 | 1 | -1/+1 |
| | | | | | | | | -fobjc-exceptions flag to turn them on. Update all tests accordingly. llvm-svn: 126177 | ||||
* | Patch to issue warning when colllection expresion's type | Fariborz Jahanian | 2010-08-12 | 1 | -0/+1 |
| | | | | | | | does not implement 'countByEnumeratingWithState' API. Implements radar 7634669. llvm-svn: 110964 | ||||
* | Implement template instantiation for Objective-C @catch | Douglas Gregor | 2010-04-26 | 1 | -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 Gregor | 2010-04-22 | 1 | -0/+16 |
| | | | | llvm-svn: 102147 | ||||
* | Template instantiation for the Objective-C "fast enumeration" | Douglas Gregor | 2010-04-22 | 1 | -0/+35 |
| | | | | | | | | | | statement, i.e., for (element in collection) { // do something } llvm-svn: 102138 | ||||
* | Template instantiation for Objective-C++ @synchronized statements. | Douglas Gregor | 2010-04-22 | 1 | -0/+9 |
| | | | | llvm-svn: 102134 | ||||
* | Implement template instantiation for Objective-C++ @throw statements. | Douglas Gregor | 2010-04-22 | 1 | -0/+15 |
llvm-svn: 102133 |