]> granicus.if.org Git - clang/commit
Check for nullptr argument.
authorArtem Belevich <tra@google.com>
Thu, 19 May 2016 18:00:18 +0000 (18:00 +0000)
committerArtem Belevich <tra@google.com>
Thu, 19 May 2016 18:00:18 +0000 (18:00 +0000)
commitf17e647af8c03c44bef62494d607bce8d15ea035
treedfe444ed9a62ed318161d4974298045981a6834c
parent21412258b10e072fdc538fdd98f5de592d1757c9
Check for nullptr argument.

Addresses static analysis report in PR15492.

Differential Revision: http://reviews.llvm.org/D20141

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@270086 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp