Prefer bool literals rather than integers in boolean contexts
authorChristopher Dykes <cdykes@fb.com>
Tue, 24 Oct 2017 02:26:29 +0000 (19:26 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 24 Oct 2017 02:35:08 +0000 (19:35 -0700)
commitb0b6a792e3f764921bd43fb43737ea7eca257e68
tree6b8986cccacfe1bdb2e34202c7fc7b5c11f672e5
parentf2925b23df8d85ebca72d62a69f1282528c086de
Prefer bool literals rather than integers in boolean contexts

Summary: Via clang-tidy's modernize-use-bool-literals

Reviewed By: yfeldblum

Differential Revision: D6130384

fbshipit-source-id: 359d5195897f04612c9b9042cf69383050a2ec7a
folly/executors/CPUThreadPoolExecutor.cpp
folly/executors/ThreadPoolExecutor.cpp
folly/io/async/AsyncSSLSocket.cpp
folly/test/ConcurrentSkipListBenchmark.cpp
folly/test/FBStringTest.cpp