aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist-startend.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie1-1/+1
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-3/+3
2015-02-19CodeGen: static constexpr data members should have a linkonce_odr initDavid Majnemer1-1/+1
2014-05-06AST: Update reference temporary manglingDavid Majnemer1-2/+2
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-3/+3
2013-06-12PR12086, PR15117Richard Smith1-2/+2
2012-09-10Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie1-1/+1
2012-02-25CodeGen support for global variables of type std::initializer_list<X>.Sebastian Redl1-0/+4
2012-02-19Add a testcase for start+end implementations of std::initializer_list.Sebastian Redl1-0/+81