[clang] [libclang] Add missing dllexport annotation (PR #147108)
Martin Storsjö via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 5 14:41:53 PDT 2025
mstorsjo wrote:
> AFAIK the dllexport annotations have been added using some automated tools, so it may be good to find the person who added the other annotations, so it can be looked into why this was missing here, if the annotations otherwise were seemingly complete enough.
Sorry, not sure if this applies here though, I guess the clang-c interface has been available as DLL with dllexports even before, while the C++ interfaces is what is getting dllexport attributes added.
https://github.com/llvm/llvm-project/pull/147108
More information about the cfe-commits
mailing list