clang-tidy #588
[Clang-Tidy] 6 warnings
[Clang-Tidy] 6 warnings
Annotations
Check warning on line 38 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
cppcoreguidelines-special-member-functions,hicpp-special-member-functions
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
Check warning on line 40 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
misc-non-private-member-variables-in-classes
member variable 'sortdb' has public visibility
Check warning on line 41 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
misc-non-private-member-variables-in-classes
member variable 'mtx_clear_storage' has public visibility
Check warning on line 42 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
misc-non-private-member-variables-in-classes
member variable 'clear_storage' has public visibility
Check warning on line 43 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
bugprone-exception-escape
an exception may be thrown in function 'sorting_context' which should not throw exceptions
Check warning on line 43 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
hicpp-noexcept-move,performance-noexcept-move-constructor
move constructors should be marked noexcept