]> granicus.if.org Git - clang/commit
Move the implicit declaration of a class's copy-assignment operator
authorDouglas Gregor <dgregor@apple.com>
Thu, 1 Jul 2010 16:36:15 +0000 (16:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 1 Jul 2010 16:36:15 +0000 (16:36 +0000)
commitd3c359041bce38e2a117b82a5bb37eba7f68b0c8
tree4b3d7bd6a9413d661c95497cb96eed7570afdef4
parent4681ca84003bd52efbe05995a5a6853e4d9d6a60
Move the implicit declaration of a class's copy-assignment operator
into a separate routine. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107402 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp