[all-commits] [llvm/llvm-project] 84216d: [clang] Don't inherit dllimport/dllexport to exclu...
Hans via All-commits
all-commits at lists.llvm.org
Thu Sep 14 01:20:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84216d17359fcf6c314726d9f8d0416f8118d968
https://github.com/llvm/llvm-project/commit/84216d17359fcf6c314726d9f8d0416f8118d968
Author: Hans <hans at hanshq.net>
Date: 2023-09-14 (Thu, 14 Sep 2023)
Changed paths:
M clang/lib/Sema/SemaDeclCXX.cpp
A clang/test/CodeGenCXX/attr-exclude_from_explicit_instantiation.dllimport.cpp
A clang/test/SemaCXX/attr-exclude_from_explicit_instantiation.dllimport.cpp
Log Message:
-----------
[clang] Don't inherit dllimport/dllexport to exclude_from_explicit_instantiation members during explicit instantiation (#65961)
This is a continuation of https://reviews.llvm.org/D155713
Fixes https://github.com/llvm/llvm-project/issues/40363
More information about the All-commits
mailing list