jsoncpp/src/lib_json
Hans Johnson 4abf4ec208 PERF: Replace explicit return calls of constructor
Replaces explicit calls to the constructor in a return with a braced
initializer list. This way the return type is not needlessly duplicated in the
function definition and the return statement.

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-return-braced-init-list  -header-filter=.* -fix
2018-12-30 15:26:29 -06:00
..
CMakeLists.txt Unique lib target name 2018-12-02 18:37:11 -06:00
json_reader.cpp PERF: Replace explicit return calls of constructor 2018-12-30 15:26:29 -06:00
json_tool.h Fix #782 2018-06-05 10:17:36 +03:00
json_value.cpp PERF: Replace explicit return calls of constructor 2018-12-30 15:26:29 -06:00
json_valueiterator.inl COMP: Use nullptr instead of 0 or NULL 2018-12-12 13:41:06 -06:00
json_writer.cpp COMP: Use nullptr instead of 0 or NULL 2018-12-12 13:41:06 -06:00
version.h.in -DJSONCPP_USE_SECURE_MEMORY=1 for cmake 2016-03-19 19:21:15 -05:00