Skip to content

clang-tidy

clang-tidy #588

Triggered via push August 21, 2024 11:19
Status Failure
Total duration 1m 17s
Artifacts

ci-build.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
cppcoreguidelines-special-member-functions,hicpp-special-member-functions: src/limestone/datastore_snapshot.cpp#L38
class 'sorting_context' defines a move constructor but does not define a destructor, a copy constructor, a copy assignment operator or a move assignment operator
misc-non-private-member-variables-in-classes: src/limestone/datastore_snapshot.cpp#L40
member variable 'sortdb' has public visibility
misc-non-private-member-variables-in-classes: src/limestone/datastore_snapshot.cpp#L41
member variable 'mtx_clear_storage' has public visibility
misc-non-private-member-variables-in-classes: src/limestone/datastore_snapshot.cpp#L42
member variable 'clear_storage' has public visibility
bugprone-exception-escape: src/limestone/datastore_snapshot.cpp#L43
an exception may be thrown in function 'sorting_context' which should not throw exceptions