jsoncpp/src/test_lib_json
Rosen Penev edf528edfa
clang-tidy fixes again (#1087)
* [clang-tidy] Do not use else after return

Found with readability-else-after-return

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* [clang-tidy] Convert several loops to be range based

Found with modernize-loop-convert

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* [clang-tidy] Replace deprecated C headers

Found with modernize-deprecated-headers

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* [clang-tidy] Use auto where applicable

Found with modernize-use-auto

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* .clang-tidy: Add these checks
2020-02-02 23:03:45 -05:00
..
CMakeLists.txt BUG: New CMake features used that break backward compatibility 2019-10-17 11:11:34 -05:00
fuzz.cpp clang-tidy fixes again (#1087) 2020-02-02 23:03:45 -05:00
fuzz.dict Add dictionary for fuzzing (#1020) 2019-09-16 10:30:59 -07:00
fuzz.h Update fuzz.h 2019-06-27 11:58:42 -07:00
jsontest.cpp clang-tidy fixes again (#1087) 2020-02-02 23:03:45 -05:00
jsontest.h Run Clang-tidy with modernize-use-auto (#1077) 2019-12-04 09:08:45 +08:00
main.cpp clang-tidy fixes again (#1087) 2020-02-02 23:03:45 -05:00