[clang][Interp] Fix returning nullptr from functions (#67229)
isLive() is false for null pointers, so we need to special-case this here.
Loading
Please sign in to comment
isLive() is false for null pointers, so we need to special-case this here.