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)
commit5f46c485148917307d544f943269b13f0c80dd32
tree888394806530fadd96c72d7250baf927f55b5ed9
parentb169f559612d4c349939ea27192259d417b4c81f
Ignore visibility from enclosing template arguments
for explicit member specializations.

llvm-svn: 175827
clang/include/clang/AST/Decl.h
clang/include/clang/AST/DeclCXX.h
clang/include/clang/AST/DeclTemplate.h
clang/lib/AST/Decl.cpp
clang/lib/AST/DeclCXX.cpp
clang/test/CodeGenCXX/visibility.cpp