This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0068e5bc95 Fix implementation of [temp.local]p4. new e8f9fc2658 Revert "Fix implementation of [temp.local]p4."
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Sema/Lookup.h | 19 +--- include/clang/Sema/Sema.h | 16 +--- lib/Sema/SemaDecl.cpp | 18 ++-- lib/Sema/SemaDeclCXX.cpp | 1 + lib/Sema/SemaLookup.cpp | 22 +---- lib/Sema/SemaTemplate.cpp | 142 ++++++++++++---------------- test/CXX/class.access/p4.cpp | 10 +- test/CXX/temp/temp.decls/temp.friend/p1.cpp | 6 +- test/SemaTemplate/temp.cpp | 39 +------- 9 files changed, 89 insertions(+), 184 deletions(-)