summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist-startend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-3/+3
* CodeGen: static constexpr data members should have a linkonce_odr initDavid Majnemer2015-02-191-1/+1
* AST: Update reference temporary manglingDavid Majnemer2014-05-061-2/+2
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* PR12086, PR15117Richard Smith2013-06-121-2/+2
* Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie2012-09-101-1/+1
* CodeGen support for global variables of type std::initializer_list<X>.Sebastian Redl2012-02-251-0/+4
* Add a testcase for start+end implementations of std::initializer_list.Sebastian Redl2012-02-191-0/+81