improve executor::commit_async for various commit response #2876
Annotations
4 errors and 3 warnings
clang-diagnostic-unused-lambda-capture:
src/jogasaki/executor/executor.cpp#L865
lambda capture 'cr' is not used
|
clang-diagnostic-unused-lambda-capture:
src/jogasaki/executor/executor.cpp#L869
lambda capture 'cr' is not used
|
Analysis
Process completed with exit code 1.
|
Analysis
- *<https://github.com/project-tsurugi/jogasaki/runs/31839683084?check_suite_focus=true|[Clang-Tidy] 5 warnings>*
|
performance-unnecessary-value-param:
src/jogasaki/durability_common.cpp#L48
the parameter 'rctx' is copied for each invocation but only used as a const reference; consider making it a const reference
|
performance-unnecessary-value-param:
src/jogasaki/executor/executor.cpp#L757
the parameter 'tx' is copied for each invocation but only used as a const reference; consider making it a const reference
|
performance-unnecessary-value-param:
src/jogasaki/executor/executor.cpp#L847
the parameter 'on_completion' is copied for each invocation but only used as a const reference; consider making it a const reference
|