summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/block-literal.c
Commit message (Expand)AuthorAgeFilesLines
* Implement goto inside of blocks.Mike Stump2010-01-191-1/+2
* 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-21/+21
* Cleanups.Mike Stump2009-08-271-41/+5
* change implicit int warnings to point to the identifier, not the Chris Lattner2009-04-221-1/+1
* Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean,Chris Lattner2009-04-221-1/+1
* Fixup semantic analysis for nested blocks, and allow block literalMike Stump2009-04-171-2/+2
* Fix <rdar://problem/6765383> clang-6: clang does not appear to support declar...Steve Naroff2009-04-161-0/+6
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Adjust isModifiableLvalue to give a slightly more useful diagnostic for Eli Friedman2009-03-221-1/+1
* Fix code to mark block variables as const to actually work. Fix Eli Friedman2009-03-221-2/+2
* upgrade various 'implicit int' warnings from an ext-warn to warning when notChris Lattner2009-02-271-1/+1
* instead of forcing blocks on by default, make them default to off, but letChris Lattner2008-12-041-1/+1
* disable expected-errors in #if parts of the test.Chris Lattner2008-11-211-3/+3
* Changed Sema::CheckForConstantInitializer to allow global block literals.Steve Naroff2008-10-021-0/+3
* Tweak Expr::isModifiableLvalue() and Expr::isLvalue() to better deal with Blo...Steve Naroff2008-09-261-1/+16
* Remove support for BlockExprExpr. For example...Steve Naroff2008-09-161-16/+0
* More semantic analysis for blocks...Steve Naroff2008-09-101-0/+116
OpenPOWER on IntegriCloud