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
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
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
github-actions / Clang-Tidy-pr
cppcoreguidelines-init-variables
variable 'status_result' is not initialized
Loading