]> granicus.if.org Git - clang/commit
Fix bogus MSVC char8_t mangling.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 1 May 2018 18:50:15 +0000 (18:50 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 1 May 2018 18:50:15 +0000 (18:50 +0000)
commit0a6f67eb1a9d6944b2c076898b2d73406818254b
treef04e76a64df2d799fa814d06c39f58741719fec4
parent0b70ac50d620cf9a7626328e4badffa6d277971b
Fix bogus MSVC char8_t mangling.

This appears to have been caused by a bad automatic svn merge with r330225
attaching the 'case' label to the wrong block of code. :(

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