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)
commit32ac816fff2fb4137fc9633e459826289ce20481
tree773953b60f76b8fa2827fa015cb977e32969454e
parent1501af4846791c3b52b812c41ec540081343ba38
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. :(

llvm-svn: 331299
clang/lib/AST/MicrosoftMangle.cpp
clang/test/CodeGenCXX/char8_t.cpp