jsoncpp/include/json
Rosen Penev bcad4e4de2 clang-tidy cleanups 2 (#1048)
* [clang-tidy] Add explicit to single argument constructor

Found with hicpp-explicit-conversions

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

* [clang-tidy] Fix mismatching declaration

Found with readability-inconsistent-declaration-parameter-name

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

* [clang-tidy] Replace {} with = default

Found with modernize-use-equals-default

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

* [clang-tidy] Remove redundant .c_Str

Found with readability-redundant-string-cstr

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

* [clang-tidy] Simplify boolean expressions

Found with readability-simplify-boolean-expr

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

* [clang-tidy] Use std::move

Found with modernize-pass-by-value

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

* [clang-tidy] Uppercase literal suffixes

Found with hicpp-uppercase-literal-suffix

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-15 15:27:23 +08:00
..
allocator.h Apply the formatting specified in .clang-format file. 2018-05-20 18:38:42 -04:00
assertions.h convert JSONCPP_STRING etc from macros to typedefs 2019-01-17 23:14:18 -05: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 Issue #958: Travis CI should enforce clang-format standards (#1026) 2019-10-11 11:19:00 -07:00
forwards.h Issue #970: Rename features.h to json_features.h (#1024) 2019-09-25 14:04:53 -07:00
json_features.h Issue #970: Rename features.h to json_features.h (#1024) 2019-09-25 14:04:53 -07:00
json.h Issue #970: Rename features.h to json_features.h (#1024) 2019-09-25 14:04:53 -07:00
reader.h Issue #958: Travis CI should enforce clang-format standards (#1026) 2019-10-11 11:19:00 -07:00
value.h clang-tidy cleanups 2 (#1048) 2019-10-15 15:27:23 +08:00
version.h Cleanup versioning strategy relanding (#989) (#997) 2019-08-13 22:41:43 -07:00
writer.h Issue #958: Travis CI should enforce clang-format standards (#1026) 2019-10-11 11:19:00 -07:00