summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/array-init.c
Commit message (Expand)AuthorAgeFilesLines
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-191-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-9/+8
* Prep for new warning.Mike Stump2009-07-221-3/+3
* Make sure we don't give the wrong warning, and make sure not to set Eli Friedman2009-05-291-0/+2
* PR3009: Get rid of bogus warning for scalar compound literals.Eli Friedman2009-05-161-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Allow flexible array initializers that are not surrounded byDouglas Gregor2009-03-201-2/+2
* Downgrade the "excess elements in initializer" errors to warnings *inDouglas Gregor2009-02-181-10/+10
* Implement semantic analysis for the GNU flexible array initializationDouglas Gregor2009-02-041-6/+5
* Upgrade the "excess elements in array initializer" warning to anDouglas Gregor2009-01-301-9/+9
* Code generation support for C99 designated initializers.Douglas Gregor2009-01-281-2/+26
* 64-bit test fixes.Sebastian Redl2008-11-121-5/+5
* readd test as it passes correctly. nice, but weirdNuno Lopes2008-09-011-0/+14
* Backing out r55607 due to logic errors and test regression.Eli Friedman2008-09-011-14/+0
* fix one more this-is-not-a-constant error. test includedNuno Lopes2008-09-011-0/+3
* make CheckArithmeticConstantExpression() aware of &foo and pointersNuno Lopes2008-09-011-0/+13
* Support initialization of incomplete array with zero size (asDaniel Dunbar2008-08-181-1/+1
* wrap some long diagnostics, make 'initializer is not a constant' diagnosticChris Lattner2008-08-101-2/+2
* 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