summaryrefslogtreecommitdiff
path: root/test/Sema/array-constraint.c
Commit message (Expand)AuthorAgeFilesLines
* Enhance the diagnostic for negative array sizes to include theChandler Carruth2011-01-041-1/+1
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* 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
* 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-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* GNU allows structs with flexible array members to be placed insideDouglas Gregor2009-02-101-1/+1
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-071-1/+1
* Centralize error reporting of improper uses of incomplete types in theDouglas Gregor2009-01-191-1/+1
* a minor grammar fixChris Lattner2008-12-071-1/+1
* Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352.Anders Carlsson2008-12-071-1/+1
* Change diagnostic per suggestion, to make it a bit clearer what is Eli Friedman2008-05-271-1/+1
* Sema::FinalizeDeclaratorGroup(): Tighten up the tentative definition rule whe...Steve Naroff2008-01-181-1/+1
* Sema::FinalizeDeclaratorGroup()...make sure we emit an diagnostic for tentati...Steve Naroff2008-01-181-1/+2
* Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner2008-01-041-1/+1
* Add support for initializing char arrays from string literals.Steve Naroff2007-12-101-1/+1
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
* Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek2007-09-261-1/+1
* Removed Sema::VerifyConstantArrayType(). With the new Array/ConstantArray/Var...Steve Naroff2007-08-311-0/+10
* Final phase of array cleanup (for now), removing a FIXME from yesterday.Steve Naroff2007-08-301-0/+8
* Move the "invalid decl" idiom up to Decl (where we have some bits to steal:-)Steve Naroff2007-08-281-0/+6
* Fix bogus warnings (noticed by Chris) with array-constraints.c.Steve Naroff2007-08-261-1/+17
* steve's recent changes fixed this bogus warning.Chris Lattner2007-08-261-1/+1
* oops, this is the real fix.Chris Lattner2007-08-021-1/+1
* update testChris Lattner2007-08-021-1/+1
* Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never Chris Lattner2007-07-191-0/+11