Skip to content

Replaced scan_info definition with the range class

Sign in for the full log view
GitHub Actions / Clang-Tidy-pr failed Oct 31, 2024 in 0s

[Clang-Tidy] 3 warnings

[Clang-Tidy] 3 warnings

Annotations

Check warning on line 23 in src/./jogasaki/executor/process/impl/bound.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy-pr

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

class 'bound' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor 

Check warning on line 23 in src/jogasaki/executor/process/impl/bound.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy-pr

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

class 'bound' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor 

Check warning on line 112 in src/jogasaki/executor/process/impl/ops/details/encode_key.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy-pr

cppcoreguidelines-init-variables

variable 'status_result' is not initialized