[PATCH] D52675: [clang] Properly apply attributes on explicit instantiations of static data members
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 2 09:43:45 PDT 2018
rnk accepted this revision.
rnk added a comment.
This code dates back to https://reviews.llvm.org/rL187762, which added this check. I think it should always pass for a variable template, but it fails for an explicit instantiation of a static data member of a class template. I think it's correct to remove it.
Repository:
rC Clang
https://reviews.llvm.org/D52675
More information about the cfe-commits
mailing list