aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/block-literal.c
AgeCommit message (Expand)Author
2010-01-19Implement goto inside of blocks.Mike Stump
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-08-27Cleanups.Mike Stump
2009-04-22change implicit int warnings to point to the identifier, not the Chris Lattner
2009-04-22Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean,Chris Lattner
2009-04-17Fixup semantic analysis for nested blocks, and allow block literalMike Stump
2009-04-16Fix <rdar://problem/6765383> clang-6: clang does not appear to support declar...Steve Naroff
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-22Adjust isModifiableLvalue to give a slightly more useful diagnostic for Eli Friedman
2009-03-22Fix code to mark block variables as const to actually work. Fix Eli Friedman
2009-02-27upgrade various 'implicit int' warnings from an ext-warn to warning when notChris Lattner
2008-12-04instead of forcing blocks on by default, make them default to off, but letChris Lattner
2008-11-21disable expected-errors in #if parts of the test.Chris Lattner
2008-10-02Changed Sema::CheckForConstantInitializer to allow global block literals.Steve Naroff
2008-09-26Tweak Expr::isModifiableLvalue() and Expr::isLvalue() to better deal with Blo...Steve Naroff
2008-09-16Remove support for BlockExprExpr. For example...Steve Naroff
2008-09-10More semantic analysis for blocks...Steve Naroff