]> granicus.if.org Git - clang/commit
Attempt to reapply this patch for caching copy assignment operator
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Tue, 21 Jun 2011 23:42:56 +0000 (23:42 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Tue, 21 Jun 2011 23:42:56 +0000 (23:42 +0000)
commit661c67a9227708056850403847a10395308705e5
treeea3896414dc1c757689013876406e0f3006c554c
parente3499cae8e5323ac553ad56977bf1cd42b9a5a35
Attempt to reapply this patch for caching copy assignment operator
lookup. Previously, it was breaking self-host, but it's been a week and
a half and I can't reproduce, so I need to see if it's still failing.

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