summaryrefslogtreecommitdiff
path: root/test/Sema/block-call.c
AgeCommit message (Expand)Author
2011-02-11Fix a block sema bug where result type of initializerFariborz Jahanian
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-07-14Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.Chandler Carruth
2010-07-13When forming a function call or message send expression, be sure toDouglas Gregor
2010-04-09Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-06-08Don't allow defining a block with a non-prototype type. Remove a Eli Friedman
2009-04-21Tighten up blocks type checking. This was discussed back in theMike Stump
2009-04-01Fix block comparisons. Radar 6732116.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-10Fix <rdar://problem/6418623> Bogus block type compatibility warning.Steve Naroff
2008-12-04instead of forcing blocks on by default, make them default to off, but letChris Lattner
2008-09-24Downgrade incompatible block pointer error to a warning (to be consistent wit...Steve Naroff
2008-09-05More type checking for blocks. Still incomplete (will hopefully finish up thi...Steve Naroff