]> granicus.if.org Git - clang/commit
Revert "Fix implementation of [temp.local]p4."
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>
Fri, 15 Feb 2019 03:06:15 +0000 (03:06 +0000)
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>
Fri, 15 Feb 2019 03:06:15 +0000 (03:06 +0000)
commite8f9fc2658e4ec4912362acd5fa65a256d057301
tree757834eaede0e8913ca27f0c43fd1c8de7d3f2be
parent0068e5bc959c7fea357d598d2ab004f0cf6b1fac
Revert "Fix implementation of [temp.local]p4."

This reverts commit 40bd10b770813bd1471d46f514545437516aa4ba.

This seems to now emit an error when building the sanitizer tests:
http://green.lab.llvm.org/green/job/clang-stage1-configure-RA/53965/consoleFull.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354097 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Lookup.h
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaTemplate.cpp
test/CXX/class.access/p4.cpp
test/CXX/temp/temp.decls/temp.friend/p1.cpp
test/SemaTemplate/temp.cpp