summaryrefslogtreecommitdiffstats
path: root/test/Parser/declarators.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "parse error" in favor of more descriptive diagnostics.David Blaikie2012-04-061-0/+3
* ...I forgot to check my new test after adding it, and lo, there's slightly di...John McCall2010-08-261-1/+1
* Make sure we clear TypeSpecOwned when setting TypeSpecType to something whenJohn McCall2010-08-261-0/+3
* change the 'invalid token after top level declarator' message to beChris Lattner2010-07-111-1/+1
* Fix PR7617 by not entering ParseFunctionDefinition whenChris Lattner2010-07-111-0/+8
* Don't try to parse class template specializations in C. It can onlyDouglas Gregor2010-05-301-0/+3
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* Improve the diagnostic given when referring to a tag type without a tag (in C)John McCall2010-02-141-2/+2
* Declarators can have grouping parens. This fixes rdar://7608537.Chris Lattner2010-02-031-0/+3
* fix PR6216Chris Lattner2010-02-031-0/+5
* the declspec of a declaration can have storage-class specifiers,Chris Lattner2010-02-021-0/+4
* improve diagnostics on missing ; in a struct. Before:Chris Lattner2010-02-021-0/+7
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Prep for new warning.Mike Stump2009-07-221-5/+5
* Simplify the scheme used for keywords, and change the classification Eli Friedman2009-04-281-1/+1
* fix another case that assumed that GetTypeForDeclarator would never return null.Chris Lattner2009-04-121-1/+0
* mark the declspec as invalid when we recover instead of forcing to int,Chris Lattner2009-04-121-2/+4
* Diagnose invalid uses of tagged types with a missing tag. For example, in:Chris Lattner2009-04-121-5/+15
* Implement the first set of changes for PR3963 and rdar://6759604,Chris Lattner2009-04-121-1/+18
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix PR3031 by silencing follow-on errors in invalid declarations.Chris Lattner2008-11-111-0/+4
* reject 'int test(x, x) int x; {}'Chris Lattner2008-04-061-0/+2
* reject 'typedef int y; int test(x, y)'.Chris Lattner2008-04-061-0/+4
* Fix handling of implicit int, resolving PR2012 and reverting (andChris Lattner2008-04-051-1/+1
* Fix PR1999, by emitting a hard error only if an argument declarator is comple...Chris Lattner2008-02-101-2/+2
* Fix PR1965: missing diagnostics for parameters that are missingChris Lattner2008-01-311-1/+1
* reenable this code, fix the testcase.Chris Lattner2007-12-191-2/+2
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+28