[clang-tools-extra] [NFC] Fix potential nullptr dereference. (PR #138283)

Nicolas van Kempen via cfe-commits cfe-commits at lists.llvm.org
Fri May 2 10:45:06 PDT 2025


nicovank wrote:

> But it might not be a `UnaryOperator`, no?

`unaryOperator(...).bind("op")` implies `op` will always be a `UnaryOperator`.

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


More information about the cfe-commits mailing list