[clang][dataflow] Fix crash when analyzing a coroutine (#85957)
A coroutine function body (`CoroutineBodyStmt`) may have null children, which causes `isa` to segfault.
parent
1b5b4eeb
Please register or sign in to comment
A coroutine function body (`CoroutineBodyStmt`) may have null children, which causes `isa` to segfault.