]> granicus.if.org Git - clang/commit
Perform access control when template lookup finds a class template.
authorJohn McCall <rjmccall@apple.com>
Fri, 13 Aug 2010 02:23:42 +0000 (02:23 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 13 Aug 2010 02:23:42 +0000 (02:23 +0000)
commitb8592063413d277f6583715c9a890bd58440c1d1
tree29447c71fdd3bd717edce03553f08035c2419d77
parentde7e66256b1bdfcf6526994825a8c8fced52a31c
Perform access control when template lookup finds a class template.
This is *really* hacky.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110997 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Lookup.h
lib/Sema/SemaTemplate.cpp
test/CXX/class.access/p4.cpp