summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/array-init.c
Commit message (Expand)AuthorAgeFilesLines
* Count the number of initializable members correctly in structs/unions Eli Friedman2008-05-251-0/+6
* Diagnose implicit init list for empty aggregate, like struct {}. Fixes Eli Friedman2008-05-251-0/+4
* Move the error checking for variable-sized objects so we don't Eli Friedman2008-05-251-0/+4
* Switch on SemaInit; this makes some code in SemaDecl dead, but I'll give Eli Friedman2008-05-191-2/+2
* Fix PR2017 and silence some bogus errors.Chris Lattner2008-04-021-3/+2
* Fix PR1992 by computing the right type for string literals, whichChris Lattner2008-02-111-5/+5
* Fix a bug with struct initializers (in Sema::CheckInitializerListTypes()). Steve Naroff2008-01-281-0/+5
* Replace Sema::CheckVariableInitList, CheckConstantInitList, and CheckForCharA...Steve Naroff2008-01-251-4/+41
* Sema::CheckInitializerTypes(). Start simpliying and cleaning up...Steve Naroff2008-01-211-0/+5
* add comments for the various AssignConvertType's, and split int->pointer from...Chris Lattner2008-01-041-3/+3
* Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner2008-01-041-3/+3
* Add support for initializing char arrays from string literals.Steve Naroff2007-12-101-0/+25
* Fix the following bug...Steve Naroff2007-10-181-0/+5
* 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
* Remove a FIXME. Replace a couple asserts with an appropriate errorSteve Naroff2007-09-121-0/+4
* More fun with initializers! Steve Naroff2007-09-041-1/+83
* Finish getting "array-init.c" to work properly.Steve Naroff2007-09-031-3/+11
* More progress on array initializers.Steve Naroff2007-09-021-1/+5
* More semantic analysis of initializers.Steve Naroff2007-09-021-0/+9
* Start implementing semantic analysis for C initializers.Steve Naroff2007-09-021-0/+27
OpenPOWER on IntegriCloud