aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/block-misc.c
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-22Prep for new warning.Mike Stump
2009-07-19enhance the goto checker to reject jumps across __block variable definitions.Chris Lattner
2009-06-08Don't allow defining a block with a non-prototype type. Remove a Eli Friedman
2009-05-07Allow qualifiers on blocks. Radar 6441502Mike Stump
2009-05-07Tighten up relationals with blocks and ints. Radar 6441502Mike Stump
2009-05-07Improve semantic checking for blocks. Radar 6441502Mike Stump
2009-05-01Add Sema checking for __block on vm declarations. Radar 6441502Mike Stump
2009-04-30Sema checking for incorrect placement of __block. Radar 6441502Mike Stump
2009-04-21Resolve merge conflict better.Mike Stump
2009-04-21Tighten up blocks type checking. This was discussed back in theMike Stump
2009-04-21Fix rdar://6814047, a crash on invalid in blocks code I noticed whenChris Lattner
2009-04-21fix marking of nested blocks with the "hasBlockDeclRefExprs" toChris Lattner
2009-04-18merge two tests.Chris Lattner
2009-04-18abstract the SwitchStack for blocks just like we do the goto labels.Chris Lattner
2009-04-18add some block goto test cases.Chris Lattner
2009-04-01Fix block comparisons. Radar 6732116.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-08Fixup expected errors.Mike Stump
2008-12-04change getCurFunctionDecl to skip through Block contexts to findChris Lattner
2008-12-04instead of forcing blocks on by default, make them default to off, but letChris Lattner
2008-11-17Implement rdar://6319320: give a good diagnostic for cases where peopleChris Lattner
2008-10-20Fix rdar://6257721 by tightening up the block "snapshot" check, andChris Lattner
2008-09-28Fix rdar://6251437, references to enum constant decls in a blockChris Lattner
2008-09-05More type checking for blocks. Still incomplete (will hopefully finish up thi...Steve Naroff