summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/copy-assign-synthesis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-041-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Adds testing of copy assignment of anonymous unionFariborz Jahanian2009-08-131-4/+13
* More complete test for my previous patch.Fariborz Jahanian2009-08-131-1/+43
* Patch to force synthesis of copy assignment operatorFariborz Jahanian2009-08-131-0/+28