summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/special/class.copy/p28-cxx11.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix some wrong-code bugs in implicitly-defined assignment operators:Richard Smith2012-11-131-0/+19
- In C++11, perform overload resolution over all assignment operators, rather than just looking for copy/move assignment operators. - Clean up after temporaries produced by operator= immediately, rather than accumulating them until the end of the function. llvm-svn: 167798
OpenPOWER on IntegriCloud