improve test for cast among numeric types #2199
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 2 warnings
Analysis
- *<https://github.com/project-tsurugi/jogasaki/runs/17554782831?check_suite_focus=true|[Clang-Tidy] 2 warnings>*
|
performance-unnecessary-value-param:
src/jogasaki/executor/process/impl/expression/details/cast_evaluation.cpp#L190
the parameter 'd' 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/process/impl/expression/details/cast_evaluation.cpp#L208
the parameter 'd' is copied for each invocation but only used as a const reference; consider making it a const reference
|