diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-08-13 22:33:24 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-08-13 22:33:24 +0000 |
commit | 01cd46abaee65965eca85fe4987c24f7022ad71c (patch) | |
tree | 240ae8b053cb9722a4d99c90b4f0f4df108aa0e2 /clang/lib/StaticAnalyzer/Core/SymbolManager.cpp | |
parent | 55477463d6f63572cf16a4b2284219f9905ebef1 (diff) | |
download | bcm5719-llvm-01cd46abaee65965eca85fe4987c24f7022ad71c.tar.gz bcm5719-llvm-01cd46abaee65965eca85fe4987c24f7022ad71c.zip |
Wdeprecated: RegionBindingsRef are copy constructed, make sure that's safe by removing the unnecessary user-declared copy assignment operator
The user-defined copy assignment looks like it was working around the
presence of a reference member (that probably doesn't change in the copy
assignment cases present in the program). Rather than continuing this - just
change the reference to a pointer and let all the special members be
defined implicitly.
llvm-svn: 244974
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/SymbolManager.cpp')
0 files changed, 0 insertions, 0 deletions