[Clang-Tidy] 19 warnings
[Clang-Tidy] 19 warnings
Annotations
Check warning on line 166 in src/limestone/dblog_scan.h
github-actions / Clang-Tidy
cppcoreguidelines-virtual-class-destructor
destructor of 'thread_context_base' is public and non-virtual
Check warning on line 166 in src/./limestone/dblog_scan.h
github-actions / Clang-Tidy
cppcoreguidelines-virtual-class-destructor
destructor of 'thread_context_base' is public and non-virtual
Check failure on line 90 in src/limestone/sortdb_wrapper.h
github-actions / Clang-Tidy
clang-diagnostic-error
allocation of incomplete type 'leveldb::WriteBatch'
Check failure on line 94 in src/limestone/sortdb_wrapper.h
github-actions / Clang-Tidy
clang-diagnostic-error
member access into incomplete type 'limestone::api::sortdb_wrapper::batch' (aka 'leveldb::WriteBatch')
Check failure on line 95 in src/limestone/sortdb_wrapper.h
github-actions / Clang-Tidy
clang-diagnostic-error
member access into incomplete type 'limestone::api::sortdb_wrapper::batch' (aka 'leveldb::WriteBatch')
Check failure on line 98 in src/limestone/sortdb_wrapper.h
github-actions / Clang-Tidy
clang-diagnostic-delete-incomplete
deleting pointer to incomplete type 'limestone::api::sortdb_wrapper::batch' (aka 'leveldb::WriteBatch') may cause undefined behavior
Check warning on line 98 in src/limestone/sortdb_wrapper.h
github-actions / Clang-Tidy
cppcoreguidelines-owning-memory
deleting a pointer through a type that is not marked 'gsl::owner<>'; consider using a smart pointer instead
Check failure on line 102 in src/limestone/sortdb_wrapper.h
github-actions / Clang-Tidy
clang-diagnostic-error
member access into incomplete type 'limestone::api::sortdb_wrapper::batch' (aka 'leveldb::WriteBatch')
Check failure on line 107 in src/limestone/sortdb_wrapper.h
github-actions / Clang-Tidy
clang-diagnostic-error
member access into incomplete type 'limestone::api::sortdb_wrapper::batch' (aka 'leveldb::WriteBatch')
Check failure on line 113 in src/limestone/sortdb_wrapper.h
github-actions / Clang-Tidy
clang-diagnostic-error
member access into incomplete type 'limestone::api::sortdb_wrapper::batch' (aka 'leveldb::WriteBatch')
Check failure on line 114 in src/limestone/sortdb_wrapper.h
github-actions / Clang-Tidy
clang-diagnostic-error
member access into incomplete type 'limestone::api::sortdb_wrapper::batch' (aka 'leveldb::WriteBatch')
Check failure on line 121 in src/limestone/sortdb_wrapper.h
github-actions / Clang-Tidy
clang-diagnostic-error
member access into incomplete type 'limestone::api::sortdb_wrapper::batch' (aka 'leveldb::WriteBatch')
Check failure on line 122 in src/limestone/sortdb_wrapper.h
github-actions / Clang-Tidy
clang-diagnostic-error
member access into incomplete type 'limestone::api::sortdb_wrapper::batch' (aka 'leveldb::WriteBatch')
Check warning on line 133 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
cppcoreguidelines-virtual-class-destructor
destructor of 'sortdb_batch_context' is public and non-virtual
Check warning on line 136 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
google-explicit-constructor,hicpp-explicit-conversions
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
Check warning on line 142 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-type-cstyle-cast
do not use C-style cast to convert between unrelated types
Check warning on line 142 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
google-readability-casting
C-style casts are discouraged; use static_cast
Check warning on line 173 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-type-cstyle-cast
do not use C-style cast to convert between unrelated types
Check warning on line 173 in src/limestone/datastore_snapshot.cpp
github-actions / Clang-Tidy
google-readability-casting
C-style casts are discouraged; use static_cast