aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/copy-constructor-synthesis.cpp
AgeCommit message (Expand)Author
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola
2010-03-30Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert a...Anders Carlsson
2010-03-30Handle default arguments when calling copy constructors for bases or members ...Anders Carlsson
2010-03-30Change a test to FileCheck bitcode instead of assembler.Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-24Handle references correctly when synthesizing copy constructors.Anders Carlsson
2009-11-16Implement a few more cases for copy constructor synthesis.Eli Friedman
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-26Mangle record types as decls.Anders Carlsson
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-21Patch to provide ir-gen support in copying array membersFariborz Jahanian
2009-08-11ir-gen support for anonymous union data memberFariborz Jahanian
2009-08-10ir-gen for generating copying of scalar data members inFariborz Jahanian
2009-08-10Fixed a ir-gen bug in synthesizing copy constructors.Fariborz Jahanian
2009-08-08ir-gen for initialization, in synthesize copy constructor, Fariborz Jahanian