Fix the mangling of class template arguments in a particular
authorJohn McCall <rjmccall@apple.com>
Fri, 6 Jan 2012 05:06:35 +0000 (05:06 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 6 Jan 2012 05:06:35 +0000 (05:06 +0000)
commit8ba2f20bc08342250bdb620213fc4d092571ccbe
tree008bc9893da1e28a4c7a87441ca3a5b8fbb5c820
parent7c23b0891bc7ed73ad478fd34f9c3468ad25b59f
Fix the mangling of class template arguments in a particular
dependent case.  Thanks to Jason Merrill for pointing this out.

llvm-svn: 147653
clang/lib/AST/ItaniumMangle.cpp
clang/test/CodeGenCXX/mangle-template.cpp