]> granicus.if.org Git - clang/commit
When mangling for the Microsoft C++ ABI, mangle variables in the global
authorCharles Davis <cdavis@mines.edu>
Fri, 11 Jun 2010 04:25:47 +0000 (04:25 +0000)
committerCharles Davis <cdavis@mines.edu>
Fri, 11 Jun 2010 04:25:47 +0000 (04:25 +0000)
commit971154db24429b103280d15423b8c200cfb2380c
tree609f1c6e420b25b6aed74f798c58ce48dce70090
parent876e994957472eda4b40136d4e1d6e08e2be338f
When mangling for the Microsoft C++ ABI, mangle variables in the global
namespace, too.

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