summaryrefslogtreecommitdiffstats
path: root/test/Sema/block-misc.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the error message for assigning to read-only variables.Richard Trieu2015-04-111-2/+2
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-061-1/+1
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Allow __func__ and __FUNCTION__ and __PRETTY_FUNCTION__ inside blocks.Fariborz Jahanian2010-07-231-0/+5
* Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson2010-04-231-4/+4
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* Issue error when a byref array is accessed in a blockFariborz Jahanian2010-03-161-0/+2
* Implement goto inside of blocks.Mike Stump2010-01-191-2/+1
* add a bunch of missing prototypes to testsChris Lattner2010-01-091-0/+3
* Add a radar reference.Mike Stump2010-01-051-0/+1
* Disallow captured arrays in blocks as well. Radar 7438948.Mike Stump2010-01-051-0/+8
* Disallow capturing vlas inside blocks.Mike Stump2010-01-051-1/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-12/+12
* Prep for new warning.Mike Stump2009-07-221-1/+1
* enhance the goto checker to reject jumps across __block variable definitions.Chris Lattner2009-07-191-0/+13
* Don't allow defining a block with a non-prototype type. Remove a Eli Friedman2009-06-081-3/+3
* Allow qualifiers on blocks. Radar 6441502Mike Stump2009-05-071-0/+5
* Tighten up relationals with blocks and ints. Radar 6441502Mike Stump2009-05-071-0/+8
* Improve semantic checking for blocks. Radar 6441502Mike Stump2009-05-071-0/+16
* Add Sema checking for __block on vm declarations. Radar 6441502Mike Stump2009-05-011-1/+3
* Sema checking for incorrect placement of __block. Radar 6441502Mike Stump2009-04-301-0/+8
* Resolve merge conflict better.Mike Stump2009-04-211-9/+9
* Tighten up blocks type checking. This was discussed back in theMike Stump2009-04-211-2/+10
* Fix rdar://6814047, a crash on invalid in blocks code I noticed whenChris Lattner2009-04-211-6/+7
* fix marking of nested blocks with the "hasBlockDeclRefExprs" toChris Lattner2009-04-211-0/+19
* merge two tests.Chris Lattner2009-04-181-0/+5
* abstract the SwitchStack for blocks just like we do the goto labels.Chris Lattner2009-04-181-0/+17
* add some block goto test cases.Chris Lattner2009-04-181-3/+17
* Fix block comparisons. Radar 6732116.Mike Stump2009-04-011-26/+31
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fixup expected errors.Mike Stump2009-02-081-1/+1
* change getCurFunctionDecl to skip through Block contexts to findChris Lattner2008-12-041-0/+7
* instead of forcing blocks on by default, make them default to off, but letChris Lattner2008-12-041-1/+1
* Implement rdar://6319320: give a good diagnostic for cases where peopleChris Lattner2008-11-171-1/+1
* Fix rdar://6257721 by tightening up the block "snapshot" check, andChris Lattner2008-10-201-0/+8
* Fix rdar://6251437, references to enum constant decls in a blockChris Lattner2008-09-281-0/+14
* More type checking for blocks. Still incomplete (will hopefully finish up thi...Steve Naroff2008-09-051-0/+50