jsoncpp/include/json
Rosen Penev 90ca694e46
clang-tidy fixes again (#1155)
* [clang-tidy] remove redundant string initialization

Found with readability-redundant-string-init

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

* [clang-tidy] switch to raw strings

Easier to read.

Found with modernize-raw-string-literal

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

* [clang-tidy] fix performance issues

Found with performance*

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

* fix extra comma warnings

Found with clang's -Wextra-semi-stmt

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

* remove JSONCPP_OP_EXPLICIT

This codebase in C++11. No need for compatibility with C++98.

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

* remove JSONCPP_NOEXCEPT

This codebase is C++11 now. No need for this macro.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-12 01:26:04 -04:00
..
allocator.h Issue 1100: Drop CPPTL support 2019-11-14 09:38:11 -08:00
assertions.h clang-tidy fixes again (#1155) 2020-04-12 01:26:04 -04:00
config.h clang-tidy fixes again (#1155) 2020-04-12 01:26:04 -04:00
forwards.h Run Clang-tidy with modernize-use-auto (#1077) 2019-12-04 09:08:45 +08:00
json_features.h revert trailing comma in old Reader (#1126) 2020-02-13 13:25:08 -08:00
json.h Readd some overzealously removed code 2019-11-14 10:21:15 -08:00
reader.h Run Clang-tidy with modernize-use-auto (#1077) 2019-12-04 09:08:45 +08:00
value.h clang-tidy fixes again (#1155) 2020-04-12 01:26:04 -04:00
version.h Meson updates (#1124) 2020-01-07 09:23:50 +08:00
writer.h Run Clang-tidy with modernize-use-auto (#1077) 2019-12-04 09:08:45 +08:00