summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/blocks.m
Commit message (Expand)AuthorAgeFilesLines
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* Improve on diagnostics when an objc class is used asFariborz Jahanian2010-04-071-4/+4
* Don't error when a block pointer is passed to a Fariborz Jahanian2010-03-091-0/+12
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* objc2's foreach statement's selector type can beFariborz Jahanian2009-08-141-0/+11
* Don't allow defining a block with a non-prototype type. Remove a Eli Friedman2009-06-081-1/+1
* Tighten up blocks type checking. This was discussed back in theMike Stump2009-04-211-2/+2
* fix blocks to reject objc interfaces returned by value. Also,Chris Lattner2009-04-111-0/+3
* fix testChris Lattner2009-04-111-1/+1
* diagnose attempts to return objc interfaces by-value from C functions.Chris Lattner2009-04-111-1/+8
* Fix block comparisons. Radar 6732116.Mike Stump2009-04-011-2/+12
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add some block-pointer conversions in C++Douglas Gregor2008-12-231-0/+4
* Fix <rdar://problem/6418623> Bogus block type compatibility warning.Steve Naroff2008-12-101-0/+22
OpenPOWER on IntegriCloud