[ms-cxxabi] Mangle nullptr template arguments
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 5 Aug 2013 21:33:59 +0000 (21:33 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 5 Aug 2013 21:33:59 +0000 (21:33 +0000)
commit7802fc9e6cb488fc1321ce3f7431b7aeeefdd18f
tree9b9971675d65f102e32a24a51440400d7927f668
parent056ec12ca14ee5014ea49786f719ceaa299a7e19
[ms-cxxabi] Mangle nullptr template arguments

MSVC mangles nullptr template arguments identically to zero literals.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187741 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/MicrosoftMangle.cpp
test/CodeGenCXX/mangle-ms-templates.cpp