This is a simple collection of C++ files, where Clang Tidy either doesn't find problems which exist (false negative) or finds errors, which are not errors (false positive).
The list of Clang-Tidy checks can be found here.
The sources of known issues in C/C++ programs are:
To run all together, just do this:
$ make
You are welcome to submit your own cases.