printer #586
[Clang-Tidy] 16 warnings
[Clang-Tidy] 16 warnings
Annotations
Check warning on line 348 in src/limestone/log_entry.h
github-actions / Clang-Tidy
modernize-use-nodiscard
function 'value_etc' should be marked [[nodiscard]]
Check warning on line 350 in src/limestone/log_entry.h
github-actions / Clang-Tidy
modernize-use-nodiscard
function 'key_sid' should be marked [[nodiscard]]
Check warning on line 348 in src/./limestone/log_entry.h
github-actions / Clang-Tidy
modernize-use-nodiscard
function 'value_etc' should be marked [[nodiscard]]
Check warning on line 350 in src/./limestone/log_entry.h
github-actions / Clang-Tidy
modernize-use-nodiscard
function 'key_sid' should be marked [[nodiscard]]
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 39 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 40 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 41 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 42 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 42 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
hicpp-noexcept-move,performance-noexcept-move-constructor
move constructors should be marked noexcept
Check warning on line 49 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
hicpp-use-equals-default,modernize-use-equals-default
use '= default' to define a trivial default constructor
Check failure on line 208 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
clang-diagnostic-error
use of undeclared identifier 'key'
Check failure on line 210 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
clang-diagnostic-error
variable 'sctx' cannot be implicitly captured in a lambda with no capture-default specified
Check failure on line 210 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
clang-diagnostic-error
no member named 'remove_storage' in 'limestone::internal::sorting_context'
Check failure on line 210 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
clang-diagnostic-error
variable 'sctx' cannot be implicitly captured in a lambda with no capture-default specified
Check failure on line 210 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
clang-diagnostic-error
no member named 'remove_storage' in 'limestone::internal::sorting_context'