[PATCH] D13225: [compiler-rt] Fix Clang-tidy modernize-use-nullptr warnings in lib/asan, dfsan, lsan, msan ans safestack; other minor fixes.

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 17:24:19 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL248966: [compiler-rt] Apply modernize-use-nullptr fixes in sanitizers (authored by vedantk).

Changed prior to commit:
  http://reviews.llvm.org/D13225?vs=35906&id=36167#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D13225

Files:
  compiler-rt/trunk/lib/asan/asan_allocator.cc
  compiler-rt/trunk/lib/asan/asan_debugging.cc
  compiler-rt/trunk/lib/asan/asan_fake_stack.cc
  compiler-rt/trunk/lib/asan/asan_globals.cc
  compiler-rt/trunk/lib/asan/asan_interceptors.cc
  compiler-rt/trunk/lib/asan/asan_linux.cc
  compiler-rt/trunk/lib/asan/asan_report.cc
  compiler-rt/trunk/lib/asan/asan_rtl.cc
  compiler-rt/trunk/lib/asan/asan_stack.h
  compiler-rt/trunk/lib/asan/asan_thread.cc
  compiler-rt/trunk/lib/asan/asan_thread.h
  compiler-rt/trunk/lib/dfsan/dfsan_custom.cc
  compiler-rt/trunk/lib/lsan/lsan_allocator.cc
  compiler-rt/trunk/lib/lsan/lsan_common.cc
  compiler-rt/trunk/lib/lsan/lsan_common_linux.cc
  compiler-rt/trunk/lib/lsan/lsan_interceptors.cc
  compiler-rt/trunk/lib/lsan/lsan_thread.cc
  compiler-rt/trunk/lib/msan/msan.cc
  compiler-rt/trunk/lib/msan/msan_allocator.cc
  compiler-rt/trunk/lib/msan/msan_chained_origin_depot.cc
  compiler-rt/trunk/lib/msan/msan_interceptors.cc
  compiler-rt/trunk/lib/msan/msan_linux.cc
  compiler-rt/trunk/lib/msan/msan_thread.h
  compiler-rt/trunk/lib/safestack/safestack.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13225.36167.patch
Type: text/x-patch
Size: 39703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151001/c45f9756/attachment.bin>


More information about the llvm-commits mailing list