Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | instead of forcing blocks on by default, make them default to off, but let | Chris Lattner | 2008-12-04 | 1 | -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 Naroff | 2008-09-18 | 1 | -0/+18 |
Also added a couple simple tests from the "gcc.apple" test suite. llvm-svn: 56309 |