aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/array-constraint.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-04Enhance the diagnostic for negative array sizes to include theChandler Carruth1-1/+1
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner1-1/+1
2010-04-22Whenever we complain about a failed initialization of a function orDouglas Gregor1-1/+1
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor1-1/+1
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-07-22Prep for new warning.Mike Stump1-1/+1
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-02-10GNU allows structs with flexible array members to be placed insideDouglas Gregor1-1/+1
2009-02-07Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl1-1/+1
2009-01-19Centralize error reporting of improper uses of incomplete types in theDouglas Gregor1-1/+1
2008-12-07a minor grammar fixChris Lattner1-1/+1
2008-12-07Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352.Anders Carlsson1-1/+1
2008-05-27Change diagnostic per suggestion, to make it a bit clearer what is Eli Friedman1-1/+1
2008-01-18Sema::FinalizeDeclaratorGroup(): Tighten up the tentative definition rule whe...Steve Naroff1-1/+1
2008-01-18Sema::FinalizeDeclaratorGroup()...make sure we emit an diagnostic for tentati...Steve Naroff1-1/+2
2008-01-04Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner1-1/+1
2007-12-10Add support for initializing char arrays from string literals.Steve Naroff1-1/+1
2007-10-11rename -parse-ast-print to -ast-printChris Lattner1-1/+1
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek1-1/+1
2007-08-31Removed Sema::VerifyConstantArrayType(). With the new Array/ConstantArray/Var...Steve Naroff1-0/+10
2007-08-30Final phase of array cleanup (for now), removing a FIXME from yesterday.Steve Naroff1-0/+8
2007-08-28Move the "invalid decl" idiom up to Decl (where we have some bits to steal:-)Steve Naroff1-0/+6
2007-08-26Fix bogus warnings (noticed by Chris) with array-constraints.c.Steve Naroff1-1/+17
2007-08-26steve's recent changes fixed this bogus warning.Chris Lattner1-1/+1
2007-08-02oops, this is the real fix.Chris Lattner1-1/+1
2007-08-02update testChris Lattner1-1/+1
2007-07-19Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never Chris Lattner1-0/+11