summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/constructor-template.cpp
AgeCommit message (Expand)Author
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2013-12-04clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-06-03These tests require particular registered targets. Declared as such.Galina Kistanova
2010-01-02Correctly pass VTT parameters to constructors and destructors. The VTTs aren'...Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-15Really fix this test.Eli Friedman
2009-12-15Fix test broken by my last commit.Eli Friedman
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-03Patch to instantiate destructors used to destructFariborz Jahanian
2009-09-03Mark constructors used in initialization of base(s) and fieldsFariborz Jahanian
2009-09-02Referenced instatiated default constructorsFariborz Jahanian
2009-09-01In CXXBaseOrMemberInitializer, don't confuse CtorTocall withDouglas Gregor