Fix "pointer is null" static analyzer warnings. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 9 Jan 2020 11:48:06 +0000 (11:48 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 9 Jan 2020 12:05:47 +0000 (12:05 +0000)
commite3e72a2619ccec9654ef9ad45e1e926841fbaa58
tree9d2d59f722752055ae0f8f35fdf4f086df564ab7
parent15c7fa4d11eeb50095ae571c645427b9a267bdee
Fix "pointer is null" static analyzer warnings. NFCI.

Assert that the pointers are non-null before dereferencing them.
clang/lib/CodeGen/CGObjCGNU.cpp