Hi,

clang supports explicit specializations at class scope in microsoft
mode (cf r137573). However, this doesn't work for non-type template
parameters, because the template's TemplateArgumentListInfo is not
retained. The attached patch fixes this by storing this information in
ClassScopeFunctionSpecializationDecl until it's visited. Fixes
PR12709.

Nico

Attachment: clang-pr12709.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to