summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/trunc-array-initializer.c
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade the "excess elements in array initializer" warning to anDouglas Gregor2009-01-301-3/+0
| | | | | | | error, since both C99 and C++ consider it an error. For reference, GCC makes this a warning while G++ makes it an error. llvm-svn: 63435
* Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar2008-08-211-1/+1
| | | | | | | | directory. - Removed .ll from the svn:ignore lists to try and prevent this. - Added svn:ignore on test/Misc/Output llvm-svn: 55104
* Treat discarding array initializer elements as an extwarn (so ↵Christopher Lamb2007-12-021-0/+3
-pedantic-errors flags it). Allow CodeGen to truncate the initializer if needed. llvm-svn: 44518
OpenPOWER on IntegriCloud