| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix broken test. | Argyrios Kyrtzidis | 2008-06-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 52232 | ||||
| * | Multiple tests in a single test file must be linked with '&&'. | Argyrios Kyrtzidis | 2008-06-12 | 1 | -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 Friedman | 2008-05-19 | 1 | -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 | |||||

