Move key_begin and key_end members from scan_context to scan_info #2866
[Clang-Tidy] 8 warnings
[Clang-Tidy] 8 warnings
Annotations
Check failure on line 45 in src/./jogasaki/executor/process/impl/scan_info.h
github-actions / Clang-Tidy
clang-diagnostic-defaulted-function-deleted
explicitly defaulted copy constructor is implicitly deleted
Check failure on line 46 in src/./jogasaki/executor/process/impl/scan_info.h
github-actions / Clang-Tidy
clang-diagnostic-defaulted-function-deleted
explicitly defaulted copy assignment operator is implicitly deleted
Check warning on line 88 in src/./jogasaki/executor/process/impl/task_context.h
github-actions / Clang-Tidy
modernize-use-nodiscard
function 'getImplWorkContext' should be marked [[nodiscard]]
Check failure on line 45 in src/jogasaki/executor/process/impl/scan_info.h
github-actions / Clang-Tidy
clang-diagnostic-defaulted-function-deleted
explicitly defaulted copy constructor is implicitly deleted
Check failure on line 46 in src/jogasaki/executor/process/impl/scan_info.h
github-actions / Clang-Tidy
clang-diagnostic-defaulted-function-deleted
explicitly defaulted copy assignment operator is implicitly deleted
Check warning on line 183 in src/jogasaki/executor/process/impl/task_context.cpp
github-actions / Clang-Tidy
readability-redundant-control-flow
redundant return statement at the end of a function with a void return type
Check warning on line 88 in src/jogasaki/executor/process/impl/task_context.h
github-actions / Clang-Tidy
modernize-use-nodiscard
function 'getImplWorkContext' should be marked [[nodiscard]]
Check failure on line 100 in src/jogasaki/executor/process/impl/task_context.h
github-actions / Clang-Tidy
clang-diagnostic-unused-private-field
private field 'status_result_' is not used