Mangle template instantiations properly (as of VC 7.x) when compiling for
authorCharles Davis <cdavis@mines.edu>
Sat, 26 May 2012 23:12:19 +0000 (23:12 +0000)
committerCharles Davis <cdavis@mines.edu>
Sat, 26 May 2012 23:12:19 +0000 (23:12 +0000)
commit5511dfb39982099c4f34b9a800cbb52ad7188fdb
tree2b3b08678a02da01fb3567799e80a68999c9717e
parentc5a825bb795083131caa9c139de23d384cb1bbb0
Mangle template instantiations properly (as of VC 7.x) when compiling for
the Microsoft Visual C++ ABI. Currently limited to type and integral
non-type arguments. Based on a patch by Timur Iskhodzhanov!

llvm-svn: 157524
clang/lib/AST/MicrosoftMangle.cpp
clang/test/CodeGenCXX/mangle-ms-templates.cpp [new file with mode: 0644]