[PATCH] D11106: use-after-dtor cmd option

Naomi Musgrave nmusgrave at google.com
Fri Jul 10 13:19:23 PDT 2015


nmusgrave created this revision.
nmusgrave added reviewers: eugenis, kcc.
nmusgrave added subscribers: llvm-commits, cfe-commits.

Initial commit: added new command line option for use-after-delete.

added in driver support for cmd-line use-after-dtor option

added in simple test case for use-after-dtor cmd line option

updated test, removed unnecessary block from code gen

adjusted test to fail unused cmd notification, updated setting flag

added linter

use-after-dtor cmd option

Initial commit: added new command line option for use-after-dtor.

inserting v basic instrumentation

updating linter

http://reviews.llvm.org/D11106

Files:
  .arclint
  include/clang/Driver/Options.td
  include/clang/Driver/SanitizerArgs.h
  include/clang/Frontend/CodeGenOptions.def
  lib/CodeGen/CGClass.cpp
  lib/Driver/SanitizerArgs.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/Driver/fsanitize.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11106.29483.patch
Type: text/x-patch
Size: 6439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150710/10d34b26/attachment.bin>


More information about the llvm-commits mailing list