Timm =?utf-8?q?Bäder?= <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
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. > > We never called `evaluateBuiltinObjectSize` since we never entered the lambda > / callback. Ah sorry, I thought the `__builtin_object_size` call was part of the given expression. Yes, it makes sense like this. https://github.com/llvm/llvm-project/pull/179197 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
