]> granicus.if.org Git - clang/commit
When mangling an APSInt with the ms abi, make sure to look at all nibbles.
authorNico Weber <nicolasweber@gmx.de>
Wed, 3 Oct 2012 13:39:49 +0000 (13:39 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 3 Oct 2012 13:39:49 +0000 (13:39 +0000)
commit385b91f2f49169442067ff6406b370618d11a776
tree6c51b65b7ff83efb290f927d7d4010d2b545be09
parent5e5f726a90d234bd656a7cfd8ffd26472975f1b2
When mangling an APSInt with the ms abi, make sure to look at all nibbles.

Currently, it's ignored if the number of set bits isn't divisible by 4.

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