[all-commits] [llvm/llvm-project] 700f68: Revert "[clang] Don't inherit dllimport/dllexport ...
Hans via All-commits
all-commits at lists.llvm.org
Wed Sep 20 07:31:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 700f683f9ddd64528d848cd3efef3ca7003cbd7e
https://github.com/llvm/llvm-project/commit/700f683f9ddd64528d848cd3efef3ca7003cbd7e
Author: Hans Wennborg <hans at chromium.org>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M clang/lib/Sema/SemaDeclCXX.cpp
R clang/test/CodeGenCXX/attr-exclude_from_explicit_instantiation.dllimport.cpp
R clang/test/SemaCXX/attr-exclude_from_explicit_instantiation.dllimport.cpp
Log Message:
-----------
Revert "[clang] Don't inherit dllimport/dllexport to exclude_from_explicit_instantiation members during explicit instantiation (#65961)"
This uncovered a problem with virtual methods and
exclude_from_explicit_instantiation, see
https://github.com/llvm/llvm-project/issues/66909
Reverting until that's fixed.
> This is a continuation of https://reviews.llvm.org/D155713
>
> Fixes https://github.com/llvm/llvm-project/issues/40363
This reverts commit 84216d17359fcf6c314726d9f8d0416f8118d968.
More information about the All-commits
mailing list