]> granicus.if.org Git - clang/commit
MSVC ABI: Support C++11's auto on variables
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 21 Jan 2014 20:33:36 +0000 (20:33 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 21 Jan 2014 20:33:36 +0000 (20:33 +0000)
commit4e2aa2004e7b93bad2d3e0aa1d2f25a75c31e8ec
treea040fb947b2fb38080e2175096e1bda4a2322573
parent045c4ee44da98578218b0cf16d5667a68c71f18b
MSVC ABI: Support C++11's auto on variables

The MSVC C++ ABI always uses the deduced type in place of auto when
generating external names for variables.

N.B.  MSVC doesn't support C++1y's 'operator auto' and this patch will
not give us said functionality.

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