]> granicus.if.org Git - clang/commit
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)
commit9fd2359ee3b140557b808e4b79bc73a3b9d62304
tree97a88bb8059e69f2652ab843be8ac24ad057edf4
parent242cb065057558e2e189e9ea289f3a51059e862d
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!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157524 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/MicrosoftMangle.cpp
test/CodeGenCXX/mangle-ms-templates.cpp [new file with mode: 0644]