[PATCH] D135154: Keep inherited dllimport/export attrs for explicit specialization of template class member functions

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 7 03:24:01 PDT 2022


hans added a comment.

Looking at the Chromium code some more, the case of trying to delete a specialization of a dllexport class template member seems suspect.

Since the error also matches MSVC I think we should keep that behavior, but I'll add a release note about it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135154/new/

https://reviews.llvm.org/D135154



More information about the cfe-commits mailing list