[LCG] Stop playing fast and loose with reference members and assignment.
authorChandler Carruth <chandlerc@gmail.com>
Wed, 16 Apr 2014 11:14:28 +0000 (11:14 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 16 Apr 2014 11:14:28 +0000 (11:14 +0000)
commitae8abf7896cebfa9770cdc44ccff3c77e7bd5844
tree238433a21184d35fff1088429f8c97aaad65bf4f
parentd66a3fe1064313da76aa39cda8bf0481d5f101a8
[LCG] Stop playing fast and loose with reference members and assignment.
It doesn't work. I'm still cleaning up all the places where I blindly
followed this pattern. There are more to come in this code too.

As a benefit, this lets the default copy and move operations Just Work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206375 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LazyCallGraph.h