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.
Paths
| Differential D13172
[LLVM] Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups. ClosedPublic Authored by Eugene.Zelenko on Sep 25 2015, 11:45 AM.
Details Summary 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.
Diff Detail
Event TimelineEugene.Zelenko retitled this revision from to [LLVM] Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups.. Eugene.Zelenko updated this object. hans edited edge metadata. Comment Actionslgtm It seems some of the changes in include/llvm/IR/InstrTypes.h have already happened on trunk. This revision is now accepted and ready to land.Sep 29 2015, 11:03 AM Closed by commit rL248811: Fix Clang-tidy modernize-use-nullptr warnings in examples and include… (authored by hans). · Explain WhySep 29 2015, 11:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 36008 llvm/trunk/examples/BrainF/BrainF.cpp
llvm/trunk/examples/Fibonacci/fibonacci.cpp
llvm/trunk/examples/HowToUseJIT/HowToUseJIT.cpp
llvm/trunk/examples/Kaleidoscope/Chapter2/toy.cpp
llvm/trunk/examples/Kaleidoscope/Chapter3/toy.cpp
llvm/trunk/examples/Kaleidoscope/Chapter4/toy.cpp
llvm/trunk/examples/Kaleidoscope/Chapter5/toy.cpp
llvm/trunk/examples/Kaleidoscope/Chapter6/toy.cpp
llvm/trunk/examples/Kaleidoscope/Chapter7/toy.cpp
llvm/trunk/examples/Kaleidoscope/Chapter8/toy.cpp
llvm/trunk/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
llvm/trunk/examples/Kaleidoscope/Orc/initial/toy.cpp
llvm/trunk/examples/Kaleidoscope/Orc/lazy_codegen/toy.cpp
llvm/trunk/examples/Kaleidoscope/Orc/lazy_irgen/toy.cpp
llvm/trunk/examples/ParallelJIT/ParallelJIT.cpp
llvm/trunk/include/llvm/ADT/ImmutableList.h
llvm/trunk/include/llvm/ADT/ImmutableMap.h
llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h
llvm/trunk/include/llvm/ADT/SparseBitVector.h
llvm/trunk/include/llvm/IR/IRBuilder.h
llvm/trunk/include/llvm/IR/InstrTypes.h
llvm/trunk/include/llvm/IR/Metadata.h
llvm/trunk/include/llvm/IR/UseListOrder.h
llvm/trunk/include/llvm/Support/CrashRecoveryContext.h
llvm/trunk/include/llvm/Support/Registry.h
llvm/trunk/include/llvm/Support/YAMLTraits.h
llvm/trunk/tools/llvm-objdump/MachODump.cpp
|