Fix undefined behaviour when trying to deref nullptr.
authorAlexey Bataev <a.bataev@hotmail.com>
Thu, 4 Jun 2020 21:33:13 +0000 (17:33 -0400)
committerAlexey Bataev <a.bataev@hotmail.com>
Thu, 4 Jun 2020 21:52:06 +0000 (17:52 -0400)
commit4e3d4622b1e7bd419815510e5f7cd0f96595b2a3
treead603a3c8a790d1c04c78074e932b199fa2dac08
parent3ad8fbd20592303445af55222e1d846b96d27126
Fix undefined behaviour when trying to deref nullptr.
clang/lib/CodeGen/CodeGenFunction.h