summaryrefslogtreecommitdiff
path: root/test/Sema/block-misc.c
AgeCommit message (Expand)Author
2015-04-11Improve the error message for assigning to read-only variables.Richard Trieu
2014-09-06Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith
2013-12-05Correct hyphenations in comments and assert messagesAlp Toker
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2010-07-23Allow __func__ and __FUNCTION__ and __PRETTY_FUNCTION__ inside blocks.Fariborz Jahanian
2010-04-23Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson
2010-04-22Whenever we complain about a failed initialization of a function orDouglas Gregor
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2010-03-16Issue error when a byref array is accessed in a blockFariborz Jahanian
2010-01-19Implement goto inside of blocks.Mike Stump
2010-01-09add a bunch of missing prototypes to testsChris Lattner
2010-01-05Add a radar reference.Mike Stump
2010-01-05Disallow captured arrays in blocks as well. Radar 7438948.Mike Stump
2010-01-05Disallow capturing vlas inside blocks.Mike Stump
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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