Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -4/+4 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | Walk over MaterializeTemporaryExpr when reverting an initializer to its | Richard Smith | 2013-05-30 | 1 | -0/+16 |
| | | | | | | | | syntactic form in template instantiation. Previously, this blocked the reversion and we ended up losing inner CXXBindTemporaryExprs (and thus forgetting to call destructors!). llvm-svn: 182969 | ||||
* | Provide fixed target triples to make test results consistent across ARM hosts. | David Blaikie | 2012-09-10 | 1 | -1/+1 |
| | | | | | | Patch by David Tweed, review by myself and John McCall. llvm-svn: 163564 | ||||
* | clang/test/CodeGenCXX/cxx0x-initializer-constructors.cpp: Fixup for -Asserts. | NAKAMURA Takumi | 2012-07-07 | 1 | -5/+5 |
| | | | | llvm-svn: 159898 | ||||
* | PR12670: Support for initializing an array of non-aggregate class type from an | Richard Smith | 2012-07-07 | 1 | -0/+37 |
initializer list. Patch by Olivier Goffart, with extra testcases by Meador Inge and Daniel Lunow. llvm-svn: 159896 |