aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/copy-constructor-synthesis.cpp
AgeCommit message (Expand)Author
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