Add test cases #709
Annotations
1 error and 4 warnings
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/31177305818?check_suite_focus=true|[Clang-Tidy] 4 warnings>*
|
readability-container-data-pointer:
src/limestone/datastore_snapshot.cpp#L192
'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#L192
'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#L200
'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#L200
'data' should be used for accessing the data pointer instead of taking the address of the 0-th element
|