summaryrefslogtreecommitdiffstats
path: root/test/Sema/block-args.c
Commit message (Expand)AuthorAgeFilesLines
* When a type-id is unexpectedly given a name, assume that the name is unrelatedRichard Smith2017-05-191-1/+1
* Add a test case for blocks taking an array typedefReid Kleckner2013-06-081-0/+11
* Fix an error with the declaration of block parameters that dependJohn McCall2011-03-221-0/+5
* dgregor accidentally killed this assert, but on investigation, it can fireJohn McCall2011-02-081-0/+6
* Add 'previous declaration is here' note for param redefinition Chris Lattner2010-02-221-1/+2
* Complain if block-literal expression's parameter name isFariborz Jahanian2010-02-121-0/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Semantic checking for main().John McCall2009-07-251-1/+1
* Don't allow defining a block with a non-prototype type. Remove a Eli Friedman2009-06-081-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* instead of forcing blocks on by default, make them default to off, but letChris Lattner2008-12-041-1/+1
* Fix <rdar://problem/6252108> assigning to argument passed to block should not...Steve Naroff2008-09-281-0/+5
* Sema::ActOnIdentifierExpr(): Lookup block arguments.Steve Naroff2008-09-101-0/+24