summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/assign-operator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make sure isCopyAssignment is only true for actual copy assignment operators,Eli Friedman2009-11-071-0/+9
instead of all assignment operators. The mistake messes up IRGen because it ends up assuming that the assignment operator is actually the implicit copy assignment operator, and therefore tries to emit the RHS as an lvalue. llvm-svn: 86307
OpenPOWER on IntegriCloud