summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/copy-assign-synthesis-1.cpp
AgeCommit message (Expand)Author
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-06-30Remove some incorrect test suppressionsAlp Toker
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2013-12-04clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi
2013-10-26Check IR and don't use temporary files.Rafael Espindola
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2013-02-17Re-apply r174919 - smarter copy/move assignment/construction, with fixes forLang Hames
2013-02-12Backing out r174919 while I investigate a self-host bug on Takumi's builder.Lang Hames
2013-02-11When generating IR for default copy-constructors, copy-assignment operators,Lang Hames
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
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-26Mangle record types as decls.Anders Carlsson
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-21Patch to ir-gen copy assigning array members when synthesizing Fariborz Jahanian
2009-08-14Fixed a bug in ir-gen for copy assignment synthesis.Fariborz Jahanian