MS ABI: Only class templates get complex nullptr pointer-to-member-functions
authorDavid Majnemer <david.majnemer@gmail.com>
Wed, 11 Jun 2014 07:08:37 +0000 (07:08 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Wed, 11 Jun 2014 07:08:37 +0000 (07:08 +0000)
commit1918787a72070e22593402657c90cb59fb7a8026
treea34cc0d5e3091079b784f3727ddf750c70d0bfba
parentd623c528c5fb0f4bbd3b87105fbc5d1487b63444
MS ABI: Only class templates get complex nullptr pointer-to-member-functions

r210637 regressed CodeGenCXX/mangle-ms-templates-memptrs.cpp because it
did not believe that there is a distinction between class templates and
function templates.

Sadly, there is.  Function templates should behave in a compatible
manner with MSVC.

llvm-svn: 210642
clang/lib/AST/MicrosoftMangle.cpp