Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories...
authorHans Wennborg <hans@hanshq.net>
Tue, 29 Sep 2015 18:02:48 +0000 (18:02 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 29 Sep 2015 18:02:48 +0000 (18:02 +0000)
commitd16725c31fbb40fcbf0cdf68b2b417ba445c5140
treeaa2106c498a11e0fc4d83ec2c59d7e1b70c7e56a
parent23662fba704e684f24d3114bb399c80d5c0afbd9
Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups.

Patch by Eugene Zelenko!

Differential Revision: http://reviews.llvm.org/D13172

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248811 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
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