summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/copy-assign-synthesis-1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-1/+1
* Remove some incorrect test suppressionsAlp Toker2014-06-301-1/+0
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-2/+1
* clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi2013-12-041-1/+1
* Check IR and don't use temporary files.Rafael Espindola2013-10-261-11/+5
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-2/+2
* Re-apply r174919 - smarter copy/move assignment/construction, with fixes forLang Hames2013-02-171-6/+0
* Backing out r174919 while I investigate a self-host bug on Takumi's builder.Lang Hames2013-02-121-0/+6
* When generating IR for default copy-constructors, copy-assignment operators,Lang Hames2013-02-111-6/+0
* 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
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* Mangle record types as decls.Anders Carlsson2009-09-261-12/+12
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-6/+8
* Patch to ir-gen copy assigning array members when synthesizing Fariborz Jahanian2009-08-211-0/+7
* Fixed a bug in ir-gen for copy assignment synthesis.Fariborz Jahanian2009-08-141-0/+100