]> granicus.if.org Git - clang/commit
MS ABI: Handle indirect field decls in template args
authorDavid Majnemer <david.majnemer@gmail.com>
Thu, 6 Feb 2014 12:46:52 +0000 (12:46 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Thu, 6 Feb 2014 12:46:52 +0000 (12:46 +0000)
commit704cb95c1f9c7a7ef35953ab9223ba65f7a41ec4
treef94dd6b7a18169f85f562bfddd81dcdbd81cd5d6
parent595bf5c17f5f395d14c801b884d8569424cc34d0
MS ABI: Handle indirect field decls in template args

Properly support fields that come from anonymous unions and structs
when used as template arguments for pointer to data member params.

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