[clang] [llvm] [Clang] Fix cleanup attribute by delaying type checks after the type is deduced (PR #164440)
Guillot Tony via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 24 03:01:59 PDT 2025
================
@@ -4765,6 +4769,8 @@ class Sema final : public SemaBase {
// linkage or not.
static bool mightHaveNonExternalLinkage(const DeclaratorDecl *FD);
+ #include "clang/Sema/AttrIsTypeDependent.inc"
----------------
to268 wrote:
I would guess this is the most compelling place to import the new TableGen function.
https://github.com/llvm/llvm-project/pull/164440
More information about the llvm-commits
mailing list