summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/block-storageclass.c
Commit message (Collapse)AuthorAgeFilesLines
* instead of forcing blocks on by default, make them default to off, but letChris Lattner2008-12-041-1/+1
| | | | | | | | specific targets default them to on. Default blocks to on on 10.6 and later. Add a -fblocks option that allows the user to override the target's default. Use -fblocks in the various testcases that use blocks. llvm-svn: 60563
* Finish pushing blocks attribute through the clang attribute machinery.Steve Naroff2008-09-181-0/+18
Also added a couple simple tests from the "gcc.apple" test suite. llvm-svn: 56309
OpenPOWER on IntegriCloud