[clang] [clang][bytecode] Use in Expr::tryEvaluateObjectSize() (PR #179197)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 2 03:29:08 PST 2026


tbaederr 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.

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


More information about the cfe-commits mailing list