]> granicus.if.org Git - clang/commit
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)
commit053ebfe0e764b6ed5c00d1734ba77e9f94c37770
treee5504fe011399d707f84f452bf3050a9c1622d13
parentc79911c0d2409744f50b11567a938b43473a486d
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263730 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/UnresolvedSet.h
include/clang/Sema/Lookup.h