![]() 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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
json_reader.cpp | ||
json_tool.h | ||
json_value.cpp | ||
json_valueiterator.inl | ||
json_writer.cpp | ||
version.h.in |