Stephen Lin
93ab6bf534
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188447 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-15 06:47:53 +00:00
Richard Smith
858c2c317e
Walk over MaterializeTemporaryExpr when reverting an initializer to its
...
syntactic form in template instantiation. Previously, this blocked the
reversion and we ended up losing inner CXXBindTemporaryExprs (and thus
forgetting to call destructors!).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182969 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-30 22:40:16 +00:00
David Blaikie
1b76fbc5b7
Provide fixed target triples to make test results consistent across ARM hosts.
...
Patch by David Tweed, review by myself and John McCall.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163564 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-10 23:06:08 +00:00
NAKAMURA Takumi
254a8fb01c
clang/test/CodeGenCXX/cxx0x-initializer-constructors.cpp: Fixup for -Asserts.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159898 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-07 10:25:42 +00:00
Richard Smith
20599392a9
PR12670: Support for initializing an array of non-aggregate class type from an
...
initializer list. Patch by Olivier Goffart, with extra testcases by Meador Inge
and Daniel Lunow.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159896 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-07 08:35:56 +00:00