]> granicus.if.org Git - clang/commit
Fix some bugs in local class mangling brought up in PR8355.
authorJohn McCall <rjmccall@apple.com>
Mon, 18 Oct 2010 21:28:44 +0000 (21:28 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 18 Oct 2010 21:28:44 +0000 (21:28 +0000)
commit82b7d7bc723051d8db4e21883e9072fe3ad99305
treee4aceef2e283819c38003faf9ac501d66e543e33
parentc7b7b7a8eda7a5316ad1062b7f81a339f5550bca
Fix some bugs in local class mangling brought up in PR8355.
Patch by Richard Smith!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116752 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/Mangle.cpp
test/CodeGenCXX/mangle-abi-examples.cpp [new file with mode: 0644]
test/CodeGenCXX/mangle-local-class-vtables.cpp [new file with mode: 0644]
test/CodeGenCXX/mangle-local-classes-nested.cpp [new file with mode: 0644]