]> granicus.if.org Git - clang/commit
Check for null correctly for new expressions.
authorAnders Carlsson <andersca@mac.com>
Mon, 1 Jun 2009 00:05:16 +0000 (00:05 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 1 Jun 2009 00:05:16 +0000 (00:05 +0000)
commitf11085398dc27c0010663c711d4a10113e41d70f
tree052f9782b781119caa5840ea97999cfab161c134
parentd3fd6bad1249d3f34d71b73e2333fab0db51cce4
Check for null correctly for new expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72678 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
test/CodeGenCXX/new.cpp