[PATCH] D47894: [clang]: Add support for "-fno-delete-null-pointer-checks"

Manoj Gupta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 17 08:06:14 PDT 2018


manojgupta updated this revision to Diff 155891.
manojgupta added a comment.

Added helper text, updated tests.


Repository:
  rC Clang

https://reviews.llvm.org/D47894

Files:
  docs/ClangCommandLineReference.rst
  include/clang/Driver/Options.td
  include/clang/Frontend/CodeGenOptions.def
  lib/CodeGen/CGCall.cpp
  lib/Driver/ToolChains/Clang.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/CodeGen/delete-null-pointer-checks.c
  test/CodeGen/nonnull.c
  test/CodeGen/vla.c
  test/CodeGenCXX/address-space-ref.cpp
  test/CodeGenCXX/constructors.cpp
  test/CodeGenCXX/temporaries.cpp
  test/Driver/clang_f_opts.c
  test/Sema/nonnull.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47894.155891.patch
Type: text/x-patch
Size: 19461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180717/635286a7/attachment-0001.bin>


More information about the cfe-commits mailing list