aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/copy-constructor-elim.cpp
AgeCommit message (Expand)Author
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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-08-14ir-gen for generation of trvial copy constructorFariborz Jahanian
2009-08-06Patch to optimize away copy constructor call whenFariborz Jahanian