Add test cases #707
Annotations
1 error and 5 warnings
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/31175172534?check_suite_focus=true|[Clang-Tidy] 5 warnings>*
|
readability-container-data-pointer:
src/limestone/datastore_snapshot.cpp#L193
'data' should be used for accessing the data pointer instead of taking the address of the 0-th element
|
readability-container-data-pointer:
src/limestone/datastore_snapshot.cpp#L193
'data' should be used for accessing the data pointer instead of taking the address of the 0-th element
|
readability-container-data-pointer:
src/limestone/datastore_snapshot.cpp#L201
'data' should be used for accessing the data pointer instead of taking the address of the 0-th element
|
readability-container-data-pointer:
src/limestone/datastore_snapshot.cpp#L201
'data' should be used for accessing the data pointer instead of taking the address of the 0-th element
|
performance-unnecessary-value-param:
src/limestone/datastore_snapshot.cpp#L208
the parameter 'write_snapshot_remove_entry' is copied for each invocation but only used as a const reference; consider making it a const reference
|