summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/string-init.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Attempt to make test more robust (fails for users who put LLVM inDaniel Dunbar2009-03-021-2/+4
| | | | | | /path/with/store/in/it"). llvm-svn: 65852
* 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