]> granicus.if.org Git - clang/commit
Ignore visibility from enclosing template arguments
authorJohn McCall <rjmccall@apple.com>
Thu, 21 Feb 2013 23:42:58 +0000 (23:42 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 21 Feb 2013 23:42:58 +0000 (23:42 +0000)
commit3892d022f36ee5bf3be4a55ea01c08d323ef6235
treee986fee6caaac893853c415643c5238688d5f18c
parentdf1f94ebfac4578e27ad008522c7b333e977e51b
Ignore visibility from enclosing template arguments
for explicit member specializations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175827 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclTemplate.h
lib/AST/Decl.cpp
lib/AST/DeclCXX.cpp
test/CodeGenCXX/visibility.cpp