[PATCH] D13172: [LLVM] Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups.

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 11:45:08 PDT 2015


Eugene.Zelenko created this revision.
Eugene.Zelenko added a reviewer: hans.
Eugene.Zelenko added a subscriber: llvm-commits.
Eugene.Zelenko set the repository for this revision to rL LLVM.

Also fixed Clang-tidy readability-simplify-boolean-expr in tools/llvm-objdump.

I checked this patch on my own build on RHEL 6. Regressions were OK.

Please check it in if it's OK, because I don't have SVN write access.

Repository:
  rL LLVM

http://reviews.llvm.org/D13172

Files:
  examples/BrainF/BrainF.cpp
  examples/Fibonacci/fibonacci.cpp
  examples/HowToUseJIT/HowToUseJIT.cpp
  examples/Kaleidoscope/Chapter2/toy.cpp
  examples/Kaleidoscope/Chapter3/toy.cpp
  examples/Kaleidoscope/Chapter4/toy.cpp
  examples/Kaleidoscope/Chapter5/toy.cpp
  examples/Kaleidoscope/Chapter6/toy.cpp
  examples/Kaleidoscope/Chapter7/toy.cpp
  examples/Kaleidoscope/Chapter8/toy.cpp
  examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
  examples/Kaleidoscope/Orc/initial/toy.cpp
  examples/Kaleidoscope/Orc/lazy_codegen/toy.cpp
  examples/Kaleidoscope/Orc/lazy_irgen/toy.cpp
  examples/ParallelJIT/ParallelJIT.cpp
  include/llvm/ADT/ImmutableList.h
  include/llvm/ADT/ImmutableMap.h
  include/llvm/ADT/IntrusiveRefCntPtr.h
  include/llvm/ADT/SparseBitVector.h
  include/llvm/IR/IRBuilder.h
  include/llvm/IR/InstrTypes.h
  include/llvm/IR/Metadata.h
  include/llvm/IR/UseListOrder.h
  include/llvm/Support/CrashRecoveryContext.h
  include/llvm/Support/Registry.h
  include/llvm/Support/YAMLTraits.h
  tools/llvm-objdump/MachODump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13172.35748.patch
Type: text/x-patch
Size: 40064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150925/cc9cb1fd/attachment-0001.bin>


More information about the llvm-commits mailing list