Skip to content

Move key_begin and key_end members from scan_context to scan_info #2866

Move key_begin and key_end members from scan_context to scan_info

Move key_begin and key_end members from scan_context to scan_info #2866

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

[Clang-Tidy] 8 warnings

[Clang-Tidy] 8 warnings

Annotations

Check failure on line 45 in src/./jogasaki/executor/process/impl/scan_info.h

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

clang-diagnostic-unused-private-field

private field 'status_result_' is not used