]> granicus.if.org Git - clang/commit
Consider the visibility of template template arguments. GCC doesn't, but it also
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 31 Jul 2012 19:02:02 +0000 (19:02 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 31 Jul 2012 19:02:02 +0000 (19:02 +0000)
commit98499013bd70ec584f4c01c45106ec3e8203f16c
tree22a238ff42fe06f8d72cf94bcea34bfb799c9026
parent2f9c40a915593849f6b0f5c4de516e2f597d0d66
Consider the visibility of template template arguments. GCC doesn't, but it also
fails to consider the linkage, which we were already considering.

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