wip #455
[Clang-Tidy] 29 warnings
[Clang-Tidy] 29 warnings
Annotations
Check warning on line 60 in src/limestone/log_entry.h
github-actions / Clang-Tidy
cppcoreguidelines-pro-type-member-init,hicpp-member-init
constructor does not initialize these fields: entry_type_
Check warning on line 60 in src/limestone/log_entry.h
github-actions / Clang-Tidy
cppcoreguidelines-prefer-member-initializer
'value_' should be initialized in an in-class default member initializer
Check warning on line 61 in src/limestone/log_entry.h
github-actions / Clang-Tidy
cppcoreguidelines-pro-type-member-init,hicpp-member-init
constructor does not initialize these fields: entry_type_
Check warning on line 61 in src/limestone/log_entry.h
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 82 in src/limestone/dblog_scan.h
github-actions / Clang-Tidy
readability-redundant-access-specifiers
redundant access specifier has the same accessibility as the previous access specifier
Check warning on line 83 in src/limestone/dblog_scan.h
github-actions / Clang-Tidy
cppcoreguidelines-pro-type-member-init,hicpp-member-init
constructor does not initialize these fields: thread_num_
Check warning on line 83 in src/limestone/dblog_scan.h
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 84 in src/limestone/dblog_scan.h
github-actions / Clang-Tidy
cppcoreguidelines-pro-type-member-init,hicpp-member-init
constructor does not initialize these fields: thread_num_
Check warning on line 84 in src/limestone/dblog_scan.h
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 124 in src/limestone/parse_wal_file.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-type-member-init,hicpp-member-init
constructor does not initialize these fields: value_
Check warning on line 82 in src/./limestone/dblog_scan.h
github-actions / Clang-Tidy
readability-redundant-access-specifiers
redundant access specifier has the same accessibility as the previous access specifier
Check warning on line 83 in src/./limestone/dblog_scan.h
github-actions / Clang-Tidy
cppcoreguidelines-pro-type-member-init,hicpp-member-init
constructor does not initialize these fields: thread_num_
Check warning on line 83 in src/./limestone/dblog_scan.h
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 84 in src/./limestone/dblog_scan.h
github-actions / Clang-Tidy
cppcoreguidelines-pro-type-member-init,hicpp-member-init
constructor does not initialize these fields: thread_num_
Check warning on line 84 in src/./limestone/dblog_scan.h
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 60 in src/./limestone/log_entry.h
github-actions / Clang-Tidy
cppcoreguidelines-pro-type-member-init,hicpp-member-init
constructor does not initialize these fields: entry_type_
Check warning on line 60 in src/./limestone/log_entry.h
github-actions / Clang-Tidy
cppcoreguidelines-prefer-member-initializer
'value_' should be initialized in an in-class default member initializer
Check warning on line 61 in src/./limestone/log_entry.h
github-actions / Clang-Tidy
cppcoreguidelines-pro-type-member-init,hicpp-member-init
constructor does not initialize these fields: entry_type_
Check warning on line 61 in src/./limestone/log_entry.h
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 45 in src/limestone/dblogutil/dblogutil.cpp
github-actions / Clang-Tidy
cppcoreguidelines-init-variables
variable 'max_ec' is not initialized
Check warning on line 67 in src/limestone/dblogutil/dblogutil.cpp
github-actions / Clang-Tidy
cppcoreguidelines-init-variables
variable 'ld_epoch' is not initialized
Check warning on line 88 in src/limestone/dblogutil/dblogutil.cpp
github-actions / Clang-Tidy
bugprone-exception-escape
an exception may be thrown in function 'main' which should not throw exceptions
Check warning on line 88 in src/limestone/dblogutil/dblogutil.cpp
github-actions / Clang-Tidy
cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays
do not declare C-style arrays, use std::array<> instead
Check warning on line 97 in src/limestone/dblogutil/dblogutil.cpp
github-actions / Clang-Tidy
cppcoreguidelines-init-variables
variable 'mode' is not initialized
Check warning on line 116 in src/limestone/dblogutil/dblogutil.cpp
github-actions / Clang-Tidy
bugprone-exception-escape
an exception may be thrown in function 'main' which should not throw exceptions