Fix implicit copy ctor and copy assignment operator warnings when -Wdeprecated passed.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 17 Mar 2016 18:05:07 +0000 (18:05 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 17 Mar 2016 18:05:07 +0000 (18:05 +0000)
commita9ff7a14ec291c415202be83e98752199f2c8375
tree5ed97da6adc8b13ccf65d9cc29010c7cc3844ed8
parentc4546ec0cf7bbf70a0e1b8ecc1f96b7bc52d6ef6
Fix implicit copy ctor and copy assignment operator warnings when -Wdeprecated passed.

Fix implicit copy ctor and copy assignment operator warnings
when -Wdeprecated passed.

Patch by Don Hinton!

Differential Revision: http://reviews.llvm.org/D18123

llvm-svn: 263730
clang/include/clang/AST/UnresolvedSet.h
clang/include/clang/Sema/Lookup.h