Skip to content

wip

wip #454

GitHub Actions / Clang-Tidy failed Mar 11, 2024 in 0s

[Clang-Tidy] 46 warnings

[Clang-Tidy] 46 warnings

Annotations

Check warning on line 60 in src/limestone/log_entry.h

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions 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 55 in src/./limestone/dblog_scan.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-pro-type-member-init,hicpp-member-init

constructor does not initialize these fields: fpos_ 

Check warning on line 55 in src/./limestone/dblog_scan.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-prefer-member-initializer

'value_' should be initialized in an in-class default member initializer 

Check warning on line 56 in src/./limestone/dblog_scan.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-pro-type-member-init,hicpp-member-init

constructor does not initialize these fields: fpos_ 

Check warning on line 56 in src/./limestone/dblog_scan.h

See this annotation in the file changed.

@github-actions 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/dblog_scan.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

modernize-use-nodiscard

function 'value' should be marked [[nodiscard]] 

Check warning on line 61 in src/./limestone/dblog_scan.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

modernize-use-nodiscard

function 'fpos' should be marked [[nodiscard]] 

Check warning on line 65 in src/./limestone/dblog_scan.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

modernize-use-nodiscard

function 'message' should be marked [[nodiscard]] 

Check warning on line 83 in src/./limestone/dblog_scan.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-redundant-access-specifiers

redundant access specifier has the same accessibility as the previous access specifier 

Check warning on line 84 in src/./limestone/dblog_scan.h

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions 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 85 in src/./limestone/dblog_scan.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-pro-type-member-init,hicpp-member-init

constructor does not initialize these fields: thread_num_ 

Check warning on line 85 in src/./limestone/dblog_scan.h

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-init-variables

variable 'max_ec' is not initialized 

Check warning on line 67 in src/limestone/dblogutil/dblogutil.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-init-variables

variable 'ld_epoch' is not initialized 

Check warning on line 88 in src/limestone/dblogutil/dblogutil.cpp

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-init-variables

variable 'mode' is not initialized