Skip to content

boost-icl

boost-icl #3668

GitHub Actions / Clang-Tidy failed Sep 12, 2024 in 0s

[Clang-Tidy] 4 warnings

[Clang-Tidy] 4 warnings

Annotations

Check warning on line 66 in src/concurrency_control/include/read_by.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

google-explicit-constructor,hicpp-explicit-conversions

single-argument constructors must be marked explicit to avoid unintentional implicit conversions 

Check warning on line 67 in src/concurrency_control/include/read_by.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

google-explicit-constructor,hicpp-explicit-conversions

single-argument constructors must be marked explicit to avoid unintentional implicit conversions 

Check warning on line 67 in src/concurrency_control/include/read_by.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

modernize-pass-by-value

pass by value and use std::move 

Check warning on line 67 in src/concurrency_control/include/read_by.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

performance-unnecessary-value-param

parameter 'key' is passed by value and only copied once; consider moving it to avoid unnecessary copies