Should an rvalue parameter always get moved?
I’ve got the below piece of code that causes a warning with clang-tidy
.
Should an rvlalue parameter always get moved?
I’ve got the below code piece that causes a warning with clang-tidy
.
How to skip checking third-party dependencies when using clang-tidy?
I’m using clang-tidy in my C++ project, and I’m encountering errors related to third-party dependencies, specifically Abseil (absl). I want to skip checking these dependencies.
Make clang-tidy warn about uninitialized array elements?
No matter what I try, I cannot get this code to produce any clang-tidy warnings:
Optional function name prefix with clang tidy?
I’m using the clang tidy readability-input-naming rules in a project. However, there is a need to be able to specify an optional prefix for some functions: