]> granicus.if.org Git - clang/commit
Make LookupResult be copyable to avoid decomposing an existing one and
authorKaelyn Takata <rikka@google.com>
Tue, 11 Nov 2014 23:00:42 +0000 (23:00 +0000)
committerKaelyn Takata <rikka@google.com>
Tue, 11 Nov 2014 23:00:42 +0000 (23:00 +0000)
commitdbcf9811c819d499abd976768403cfa619a82cde
treedcbae9c334a179d757a5d01c460019e1e9eece62
parent35fad28c765980e390a533e690eb88539d5dd912
Make LookupResult be copyable to avoid decomposing an existing one and
initializing a new one every time a copy is needed.

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