OSDN Git Service

[clang][MSVC] Fix missing MSInheritanceAttr in template specialization.
authorZequan Wu <zequanwu@google.com>
Thu, 14 Jan 2021 03:14:25 +0000 (19:14 -0800)
committerZequan Wu <zequanwu@google.com>
Thu, 14 Jan 2021 18:37:35 +0000 (10:37 -0800)
commit4fffbc150cca1638051b8ad2a20f4b8240df0869
tree709f2ec2314d637ab2ead81793f59cf2536cc751
parent763c1f9933463c40c39c04b68bbe4d296823b003
[clang][MSVC] Fix missing MSInheritanceAttr in template specialization.

Fix PR48687.

Differential Revision: https://reviews.llvm.org/D94646
clang/lib/Sema/SemaTemplate.cpp
clang/test/CodeGenCXX/microsoft-abi-member-pointers.cpp