summaryrefslogtreecommitdiff
path: root/test/Sema/block-call.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a block sema bug where result type of initializerFariborz Jahanian2011-02-111-1/+1
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.Chandler Carruth2010-07-141-3/+2
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-131-2/+4
* Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor2010-04-091-5/+5
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-6/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-28/+24
* Don't allow defining a block with a non-prototype type. Remove a Eli Friedman2009-06-081-2/+2
* Tighten up blocks type checking. This was discussed back in theMike Stump2009-04-211-4/+4
* Fix block comparisons. Radar 6732116.Mike Stump2009-04-011-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix <rdar://problem/6418623> Bogus block type compatibility warning.Steve Naroff2008-12-101-1/+1
* instead of forcing blocks on by default, make them default to off, but letChris Lattner2008-12-041-1/+1
* Downgrade incompatible block pointer error to a warning (to be consistent wit...Steve Naroff2008-09-241-6/+6
* More type checking for blocks. Still incomplete (will hopefully finish up thi...Steve Naroff2008-09-051-0/+55