[PATCH] D47327: Check that memory allocation succeeds before use.

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 24 07:47:13 PDT 2018


labath added a comment.

Isn't this just dead code? a non-nothrow new will never return null http://en.cppreference.com/w/cpp/memory/new/operator_new


Repository:
  rL LLVM

https://reviews.llvm.org/D47327





More information about the llvm-commits mailing list