]> granicus.if.org Git - clang/commit
Fix handling of template parameters. Found by inspection. GCC 4.7 agrees
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 22 Apr 2012 00:43:48 +0000 (00:43 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 22 Apr 2012 00:43:48 +0000 (00:43 +0000)
commit60115a0453ecfbfe215fdb10aceab983e5f802ef
tree9e508d17c0e3f272ccc7f25d44a0a511dd7605ca
parent1266b613e48bb9fc8155b3ac486a6ac06a75291f
Fix handling of template parameters. Found by inspection. GCC 4.7 agrees
with this testcase.

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