Skip to content
GitHub Actions / Clang-Tidy failed Oct 7, 2024 in 0s

[Clang-Tidy] 5 warnings

[Clang-Tidy] 5 warnings

Annotations

Check warning on line 193 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-container-data-pointer

'data' should be used for accessing the data pointer instead of taking the address of the 0-th element 

Check warning on line 193 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-container-data-pointer

'data' should be used for accessing the data pointer instead of taking the address of the 0-th element 

Check warning on line 201 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-container-data-pointer

'data' should be used for accessing the data pointer instead of taking the address of the 0-th element 

Check warning on line 201 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-container-data-pointer

'data' should be used for accessing the data pointer instead of taking the address of the 0-th element 

Check warning on line 208 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

performance-unnecessary-value-param

the parameter 'write_snapshot_remove_entry' is copied for each invocation but only used as a const reference; consider making it a const reference