[clang] [Clang][Sema] Add nullptr check in IsFunctionConversion (PR #153710)

via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 14 16:33:16 PDT 2025


https://github.com/Sirraide approved this pull request.

Yeah, I can’t see how that if statement wouldn’t just explode if `ToFPT` ended up being null, so this makes sense.

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


More information about the cfe-commits mailing list