summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cxx0x-initializer-constructors.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-4/+4
| | | | | | tests fail. llvm-svn: 188447
* Walk over MaterializeTemporaryExpr when reverting an initializer to itsRichard Smith2013-05-301-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 Blaikie2012-09-101-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 Takumi2012-07-071-5/+5
| | | | llvm-svn: 159898
* PR12670: Support for initializing an array of non-aggregate class type from anRichard Smith2012-07-071-0/+37
initializer list. Patch by Olivier Goffart, with extra testcases by Meador Inge and Daniel Lunow. llvm-svn: 159896
OpenPOWER on IntegriCloud