summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/block-call.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix <rdar://problem/6418623> Bogus block type compatibility warning.Steve Naroff2008-12-101-1/+1
| | | | llvm-svn: 60842
* 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
* Downgrade incompatible block pointer error to a warning (to be consistent ↵Steve Naroff2008-09-241-6/+6
| | | | | | with incompatible pointer warnings in general). llvm-svn: 56595
* More type checking for blocks. Still incomplete (will hopefully finish up ↵Steve Naroff2008-09-051-0/+55
this weekend). llvm-svn: 55862
OpenPOWER on IntegriCloud