Skip to content

clang-tidy

clang-tidy #602

GitHub Actions / Clang-Tidy failed Aug 22, 2024 in 0s

[Clang-Tidy] 2 warnings

[Clang-Tidy] 2 warnings

Annotations

Check warning on line 38 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-special-member-functions,hicpp-special-member-functions

class 'sorting_context' defines a copy constructor, a copy assignment operator and a move constructor but does not define a destructor or a move assignment operator 

Check warning on line 49 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-non-private-member-variables-in-classes,misc-non-private-member-variables-in-classes

member variable 'sortdb' has public visibility