summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/pr9965.cpp
AgeCommit message (Expand)Author
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-02-26Special members which are defaulted or deleted on their first declaration areRichard Smith
2012-01-14constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-06-14Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2...Eli Friedman
2011-05-23Correctly propagate defaultedness across template instantiation. ThisSean Hunt