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