[clang] [clang][bytecode] Use in Expr::tryEvaluateObjectSize() (PR #179197)
marius doerner via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 2 03:36:25 PST 2026
Timm =?utf-8?q?Bäder?= <tbaeder at redhat.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/179197 at github.com>
mariusdr wrote:
> That should hit the `if (!Ptr.isBlockPointer())` at the beginning of `evaluateBuiltinObjectSize()` though. I removed the special case for function pointers anyway, let's see.
We never called `evaluateBuiltinObjectSize` since we never entered the lambda / callback.
https://github.com/llvm/llvm-project/pull/179197
More information about the cfe-commits
mailing list