Skip to content

feat: Enable cursor to access clear_storage from sorting_context #714

feat: Enable cursor to access clear_storage from sorting_context

feat: Enable cursor to access clear_storage from sorting_context #714

GitHub Actions / Clang-Tidy failed Oct 17, 2024 in 0s

[Clang-Tidy] 6 warnings

[Clang-Tidy] 6 warnings

Annotations

Check warning on line 35 in include/limestone/api/snapshot.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-special-member-functions,hicpp-special-member-functions

class 'snapshot' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator 

Check warning on line 37 in include/limestone/api/snapshot.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 45 in src/limestone/sorting_context.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-avoid-const-params-in-decls

parameter 'sid' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions 

Check warning on line 45 in src/limestone/sorting_context.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-avoid-const-params-in-decls

parameter 'wv' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions 

Check warning on line 46 in src/limestone/sorting_context.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-avoid-const-params-in-decls

parameter 'sid' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions 

Check warning on line 47 in src/limestone/sorting_context.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

modernize-use-nodiscard

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