aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/array-init.c
AgeCommit message (Expand)Author
2008-04-02Fix PR2017 and silence some bogus errors.Chris Lattner
2008-02-11Fix PR1992 by computing the right type for string literals, whichChris Lattner
2008-01-28Fix a bug with struct initializers (in Sema::CheckInitializerListTypes()). Steve Naroff
2008-01-25Replace Sema::CheckVariableInitList, CheckConstantInitList, and CheckForCharA...Steve Naroff
2008-01-21Sema::CheckInitializerTypes(). Start simpliying and cleaning up...Steve Naroff
2008-01-04add comments for the various AssignConvertType's, and split int->pointer from...Chris Lattner
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-18Fix the following bug...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-09-12Remove a FIXME. Replace a couple asserts with an appropriate errorSteve Naroff
2007-09-04More fun with initializers! Steve Naroff
2007-09-03Finish getting "array-init.c" to work properly.Steve Naroff
2007-09-02More progress on array initializers.Steve Naroff
2007-09-02More semantic analysis of initializers.Steve Naroff
2007-09-02Start implementing semantic analysis for C initializers.Steve Naroff