summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/default-constructor-template-member.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-1/+2
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-2/+1
* Partially revert r184225 test changes and make a smaller and more generic fix.Stephen Lin2013-06-181-9/+4
* Fix C++ constructor/destructor tests when run on ARMStephen Lin2013-06-181-4/+10
* Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 1...Eli Friedman2011-06-131-3/+3
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-1/+1
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Move RequireCompleteType requirement for fields early into ActOnField so thatEli Friedman2009-12-071-0/+10