summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/constructor-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-2/+2
* clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi2013-12-041-1/+1
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-2/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-2/+2
* These tests require particular registered targets. Declared as such.Galina Kistanova2011-06-031-0/+1
* Correctly pass VTT parameters to constructors and destructors. The VTTs aren'...Anders Carlsson2010-01-021-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Really fix this test.Eli Friedman2009-12-151-2/+2
* Fix test broken by my last commit.Eli Friedman2009-12-151-2/+0
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-2/+2
* Patch to instantiate destructors used to destructFariborz Jahanian2009-09-031-0/+7
* Mark constructors used in initialization of base(s) and fieldsFariborz Jahanian2009-09-031-3/+11
* Referenced instatiated default constructors Fariborz Jahanian2009-09-021-1/+24
* In CXXBaseOrMemberInitializer, don't confuse CtorTocall withDouglas Gregor2009-09-011-0/+18