summaryrefslogtreecommitdiff
path: root/test/Sema/array-init.c
Commit message (Expand)AuthorAgeFilesLines
* Switch C compilations to C11 by default.Richard Smith2014-10-201-2/+2
* Improved location for non-constant initializers diagnostics.Abramo Bagnara2014-05-221-1/+6
* Recognition of empty structures and unions is moved to semantic stageSerge Pavlov2013-06-081-1/+2
* Fix assert if __extension__ or _Generic is used when initializing a char arra...Richard Smith2013-05-061-1/+1
* PR13881: Add -Wzero-length-array for zero length array extension, and move it...Richard Smith2012-09-201-0/+1
* clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...NAKAMURA Takumi2012-09-121-0/+1
* Improve some of the conversion warnings to fire on conversion to bool.David Blaikie2012-05-151-1/+1
* Enable warn_impcast_literal_float_to_integer by default.David Blaikie2012-04-051-1/+3
* Don't warn about anonymous struct/union in C11.Hans Wennborg2012-02-031-1/+1
* The value of a const weak variable is not an integer constant.John McCall2012-01-051-1/+8
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-2/+2
* Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman2011-09-191-1/+1
* Implement the GNU C extension which permits the initialization of anDouglas Gregor2011-02-221-0/+14
* PR3344: Downgrade "too many braces around scalar initializer" to a warning.Eli Friedman2010-08-141-1/+1
* Reword the empty struct/union warning in C to note that such structs and unio...Douglas Gregor2010-07-291-2/+4
* Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor2010-04-091-7/+7
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-7/+7
* 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