summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/string-init.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken test.Argyrios Kyrtzidis2008-06-121-1/+1
| | | | llvm-svn: 52232
* Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis2008-06-121-1/+1
| | | | | | Otherwise, failing tests other than the last one will not be reported. llvm-svn: 52231
* Fix the emission of expressions like char a[10] = "asdf"; previously, Eli Friedman2008-05-191-0/+8
they were causing bad code to be emitted. There are two fixes here: one makes sure we emit a string that is long enough, and one makes sure we properly handle string initialization in init lists. llvm-svn: 51259
OpenPOWER on IntegriCloud