Add test cases #708
Annotations
1 error and 4 warnings
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/31176122943?check_suite_focus=true|[Clang-Tidy] 4 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
|