]> granicus.if.org Git - clang/commit
When implicit definition of the copy-assignment operator fails,
authorDouglas Gregor <dgregor@apple.com>
Wed, 5 May 2010 22:38:15 +0000 (22:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 5 May 2010 22:38:15 +0000 (22:38 +0000)
commit60a8fbb4242e2535ccddd1fa2d8257ec1bf749c2
treea26a8d47548d1798dcfc2ca1114d0b261dd069dd
parent17cb326cb62a59f53d92236394af40eaae4eddbd
When implicit definition of the copy-assignment operator fails,
provide a note that shows where the copy-assignment operator was
needed. We used to have this, but I broke it during refactoring.

Finishes PR6999.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103127 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/default-assignment-operator.cpp