jsoncpp/src/test_lib_json
Hans Johnson 2cb1ad5d0c STYLE: Replace integer literals which are cast to bool.
Finds and replaces integer literals which are cast to bool.

SRCDIR=/Users/johnsonhj/src/jsoncpp #My local SRC
BLDDIR=/Users/johnsonhj/src/jsoncpp/cmake-build-debug/ #My local BLD

cd /Users/johnsonhj/src/jsoncpp/cmake-build-debug/
run-clang-tidy.py -extra-arg=-D__clang__ -checks=-*,modernize-use-bool-literals  -header-filter=.* -fix
2018-12-30 15:31:12 -06:00
..
CMakeLists.txt Use CMAKE_CROSSCOMPILING_EMULATOR to run tests 2018-12-02 18:37:11 -06:00
jsontest.cpp COMP: Prefer the C++ headers over the C99 headers 2018-12-30 15:29:22 -06:00
jsontest.h COMP: Prefer the C++ headers over the C99 headers 2018-12-30 15:29:22 -06:00
main.cpp STYLE: Replace integer literals which are cast to bool. 2018-12-30 15:31:12 -06:00