[clang] [Sema] Don't drop weak_import from a declaration that follows a declaration directly contained in a linkage-specification (PR #85886)

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Thu May 9 07:52:59 PDT 2024


ahatanak wrote:

The updated patch checks that the decl isn't `DeclarationOnly` to make it clear that we are looking for all definitions although we know we won't find any full definitions.

https://github.com/llvm/llvm-project/pull/85886


More information about the cfe-commits mailing list