Use nullptr rather than 0 for a null pointer
authorChristopher Dykes <cdykes@fb.com>
Thu, 19 Oct 2017 23:13:58 +0000 (16:13 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 19 Oct 2017 23:21:01 +0000 (16:21 -0700)
commit0a609930802f1572b55402f0af5ff264ab31ece0
treedc5aa8ca75cdf53af5bc56ded7b83dbc3e59d312
parent18172db622389a6401ce731cc25a0870baa816fa
Use nullptr rather than 0 for a null pointer

Summary: This time aided by clang-tidy's modernize-use-nullptr check.

Reviewed By: yfeldblum

Differential Revision: D6102739

fbshipit-source-id: aeb4bd0a8078d81cc88b766e0a034a37dd25fd1f
folly/AtomicHashArray-inl.h
folly/AtomicHashMap-inl.h
folly/ConcurrentSkipList.h
folly/FBString.h
folly/Foreach.h
folly/LockTraits.h
folly/small_vector.h
folly/test/FBStringTest.cpp
folly/test/MPMCQueueTest.cpp