Refer to nullptr not NULL
authorChristopher Dykes <cdykes@fb.com>
Thu, 8 Jun 2017 21:48:12 +0000 (14:48 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 8 Jun 2017 21:51:40 +0000 (14:51 -0700)
commit55af3d190b31e6b09943bb6456dc1085688fc007
tree45521596fb118d8c899b94eaa89bdd0d0a21dc32
parent16f34c7d5024564897bd4ab6ca9b6725747c2ea6
Refer to nullptr not NULL

Summary:
Folly is a C++ library not a C library, and (almost) universally uses `nullptr` everywhere, so refer to `nullptr` rather than `NULL`.
This also fixes the 1 place in our actual code where we were using `NULL` rather than `nullptr`.

Reviewed By: yfeldblum

Differential Revision: D5204766

fbshipit-source-id: 2a5d5011a28d7d5dd48789f60643a656f51b9732
folly/ConcurrentSkipList.h
folly/Malloc.h
folly/Synchronized.h
folly/experimental/exception_tracer/ExceptionTracer.cpp
folly/experimental/symbolizer/Elf.h
folly/io/IOBuf.cpp
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/EventBase.cpp
folly/portability/OpenSSL.cpp
folly/stats/Histogram.h