clang-tidy #602
Annotations
1 error and 2 warnings
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/29113426084?check_suite_focus=true|[Clang-Tidy] 2 warnings>*
|
cppcoreguidelines-special-member-functions,hicpp-special-member-functions:
src/limestone/datastore_snapshot.cpp#L38
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
|
cppcoreguidelines-non-private-member-variables-in-classes,misc-non-private-member-variables-in-classes:
src/limestone/datastore_snapshot.cpp#L49
member variable 'sortdb' has public visibility
|