Skip to content

clang-tidy

clang-tidy #588

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

[Clang-Tidy] 6 warnings

[Clang-Tidy] 6 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 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

hicpp-noexcept-move,performance-noexcept-move-constructor

move constructors should be marked noexcept