jsoncpp/include/json
Hans Johnson f64244ed3f COMP: Use nullptr instead of 0 or NULL
The check converts the usage of null pointer constants (eg. NULL, 0) to
use the new C++11 nullptr keyword.

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-nullptr  -header-filter=.* -fix
2018-12-12 13:41:06 -06:00
..
allocator.h Apply the formatting specified in .clang-format file. 2018-05-20 18:38:42 -04:00
assertions.h Apply the formatting specified in .clang-format file. 2018-05-20 18:38:42 -04:00
autolink.h Restore BL's authorship attribution, and add "The Jsoncpp Authors" where it was missing. 2017-07-21 03:44:36 -07:00
config.h Apply the formatting specified in .clang-format file. 2018-05-20 18:38:42 -04:00
features.h Restore BL's authorship attribution, and add "The Jsoncpp Authors" where it was missing. 2017-07-21 03:44:36 -07:00
forwards.h Restore BL's authorship attribution, and add "The Jsoncpp Authors" where it was missing. 2017-07-21 03:44:36 -07:00
json.h Apply the formatting specified in .clang-format file. 2018-05-20 18:38:42 -04:00
reader.h COMP: Use nullptr instead of 0 or NULL 2018-12-12 13:41:06 -06:00
value.h allow nullptr when not care the removed array value 2018-07-03 21:29:18 +08:00
version.h Apply the formatting specified in .clang-format file. 2018-05-20 18:38:42 -04:00
writer.h Make several methods static. 2018-06-02 19:43:31 +03:00