Details
Details
- Reviewers
aaron.ballman rsmith rjmccall rnk - Commits
- rGe6e817534ae9: [clang] Properly apply attributes on explicit instantiations of static data…
rC344146: [clang] Properly apply attributes on explicit instantiations of static data…
rL344146: [clang] Properly apply attributes on explicit instantiations of static data…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This seems reasonable to me, but I'd feel most comfortable if @rsmith also signed off on it.
Comment Actions
This code dates back to 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.