]> granicus.if.org Git - clang/commit
MS ABI: Simplify MangleByte further
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 1 Apr 2014 00:05:57 +0000 (00:05 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 1 Apr 2014 00:05:57 +0000 (00:05 +0000)
commitea163e16a88402c26ba29bb7573fed549f31baac
tree150fffc3854a965d50f4caa0511c8232c3465959
parent639e728172dcbdcb6a54fc940100ccaefc7bf6f4
MS ABI: Simplify MangleByte further

It turns out that the ranges where the '?' <letter> manglings occur are
identical to the ranges of ASCII characters OR'd with 0x80.

Thanks to Richard Smith for the insight!

No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205270 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/MicrosoftMangle.cpp