]> granicus.if.org Git - clang/commit
Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler.
authorCharles Davis <cdavis@mines.edu>
Fri, 18 Jun 2010 07:51:00 +0000 (07:51 +0000)
committerCharles Davis <cdavis@mines.edu>
Fri, 18 Jun 2010 07:51:00 +0000 (07:51 +0000)
commitc62458f6aead5e4c0d0f4534d52142e7864ba02b
treee043e4890473257bb7f88ea9c694b66ee9cef903
parent4c6021995032a898fb0502d5d1fd2df37638e57b
Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler.

Also, test that static members with default visibility in a struct have the
right mangling.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106276 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MicrosoftCXXABI.cpp
test/CodeGenCXX/mangle-ms.cpp