/openbmc/bmcweb/test/include/ |
H A D | str_utility_test.cpp | 50ebd4af91ece2e7b5e75b600f83a2a74b315068 Thu Jan 19 21:03:17 CST 2023 Ed Tanous <edtanous@google.com> Implement alternative to on boost::split
boost::split has a documented false-positive in clang-tidy. While normally we'd handle this with NOLINTNEXTLINE, this doesn't appear to work in all cases. Unclear why, but seems to be due to some of our lambda callback complexity.
Each of these uses is a case where we should be using a more specific check, rather than split, but for the moment, this is the best we have.
Tested: clang-tidy passes.
[1] https://github.com/llvm/llvm-project/issues/40486
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I144c6610cb740287b7225e2be03b4142a64f9563
|
/openbmc/bmcweb/include/ |
H A D | str_utility.hpp | 50ebd4af91ece2e7b5e75b600f83a2a74b315068 Thu Jan 19 21:03:17 CST 2023 Ed Tanous <edtanous@google.com> Implement alternative to on boost::split
boost::split has a documented false-positive in clang-tidy. While normally we'd handle this with NOLINTNEXTLINE, this doesn't appear to work in all cases. Unclear why, but seems to be due to some of our lambda callback complexity.
Each of these uses is a case where we should be using a more specific check, rather than split, but for the moment, this is the best we have.
Tested: clang-tidy passes.
[1] https://github.com/llvm/llvm-project/issues/40486
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I144c6610cb740287b7225e2be03b4142a64f9563
|
H A D | openbmc_dbus_rest.hpp | diff 50ebd4af91ece2e7b5e75b600f83a2a74b315068 Thu Jan 19 21:03:17 CST 2023 Ed Tanous <edtanous@google.com> Implement alternative to on boost::split
boost::split has a documented false-positive in clang-tidy. While normally we'd handle this with NOLINTNEXTLINE, this doesn't appear to work in all cases. Unclear why, but seems to be due to some of our lambda callback complexity.
Each of these uses is a case where we should be using a more specific check, rather than split, but for the moment, this is the best we have.
Tested: clang-tidy passes.
[1] https://github.com/llvm/llvm-project/issues/40486
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I144c6610cb740287b7225e2be03b4142a64f9563
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | query_param.hpp | diff 50ebd4af91ece2e7b5e75b600f83a2a74b315068 Thu Jan 19 21:03:17 CST 2023 Ed Tanous <edtanous@google.com> Implement alternative to on boost::split
boost::split has a documented false-positive in clang-tidy. While normally we'd handle this with NOLINTNEXTLINE, this doesn't appear to work in all cases. Unclear why, but seems to be due to some of our lambda callback complexity.
Each of these uses is a case where we should be using a more specific check, rather than split, but for the moment, this is the best we have.
Tested: clang-tidy passes.
[1] https://github.com/llvm/llvm-project/issues/40486
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I144c6610cb740287b7225e2be03b4142a64f9563
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | event_service_manager.hpp | diff 50ebd4af91ece2e7b5e75b600f83a2a74b315068 Thu Jan 19 21:03:17 CST 2023 Ed Tanous <edtanous@google.com> Implement alternative to on boost::split
boost::split has a documented false-positive in clang-tidy. While normally we'd handle this with NOLINTNEXTLINE, this doesn't appear to work in all cases. Unclear why, but seems to be due to some of our lambda callback complexity.
Each of these uses is a case where we should be using a more specific check, rather than split, but for the moment, this is the best we have.
Tested: clang-tidy passes.
[1] https://github.com/llvm/llvm-project/issues/40486
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I144c6610cb740287b7225e2be03b4142a64f9563
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | sensors.hpp | diff 50ebd4af91ece2e7b5e75b600f83a2a74b315068 Thu Jan 19 21:03:17 CST 2023 Ed Tanous <edtanous@google.com> Implement alternative to on boost::split
boost::split has a documented false-positive in clang-tidy. While normally we'd handle this with NOLINTNEXTLINE, this doesn't appear to work in all cases. Unclear why, but seems to be due to some of our lambda callback complexity.
Each of these uses is a case where we should be using a more specific check, rather than split, but for the moment, this is the best we have.
Tested: clang-tidy passes.
[1] https://github.com/llvm/llvm-project/issues/40486
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I144c6610cb740287b7225e2be03b4142a64f9563
|
H A D | log_services.hpp | diff 50ebd4af91ece2e7b5e75b600f83a2a74b315068 Thu Jan 19 21:03:17 CST 2023 Ed Tanous <edtanous@google.com> Implement alternative to on boost::split
boost::split has a documented false-positive in clang-tidy. While normally we'd handle this with NOLINTNEXTLINE, this doesn't appear to work in all cases. Unclear why, but seems to be due to some of our lambda callback complexity.
Each of these uses is a case where we should be using a more specific check, rather than split, but for the moment, this is the best we have.
Tested: clang-tidy passes.
[1] https://github.com/llvm/llvm-project/issues/40486
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I144c6610cb740287b7225e2be03b4142a64f9563
|
/openbmc/bmcweb/ |
H A D | meson.build | diff 50ebd4af91ece2e7b5e75b600f83a2a74b315068 Thu Jan 19 21:03:17 CST 2023 Ed Tanous <edtanous@google.com> Implement alternative to on boost::split
boost::split has a documented false-positive in clang-tidy. While normally we'd handle this with NOLINTNEXTLINE, this doesn't appear to work in all cases. Unclear why, but seems to be due to some of our lambda callback complexity.
Each of these uses is a case where we should be using a more specific check, rather than split, but for the moment, this is the best we have.
Tested: clang-tidy passes.
[1] https://github.com/llvm/llvm-project/issues/40486
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I144c6610cb740287b7225e2be03b4142a64f9563
|