Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix <rdar://problem/6418623> Bogus block type compatibility warning. | Steve Naroff | 2008-12-10 | 1 | -1/+1 |
| | | | | llvm-svn: 60842 | ||||
* | 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 | ||||
* | Downgrade incompatible block pointer error to a warning (to be consistent ↵ | Steve Naroff | 2008-09-24 | 1 | -6/+6 |
| | | | | | | with incompatible pointer warnings in general). llvm-svn: 56595 | ||||
* | More type checking for blocks. Still incomplete (will hopefully finish up ↵ | Steve Naroff | 2008-09-05 | 1 | -0/+55 |
this weekend). llvm-svn: 55862 |