Open ClausKlein opened 2 years ago
The clang-tidy toolchain used has an different version!
bash-3.2$ /usr/local/opt/llvm/bin/clang-tidy -version
Homebrew LLVM version 13.0.0
Optimized build.
Default target: x86_64-apple-darwin21.4.0
Host CPU: skylake
bash-3.2$
Is this a clang-tidy bug?
Is this a clang-tidy bug?
I think not. There are often problems with clang-tidy
or include-what-you-use
when the compiler is g++
or apple-clang++
.
I prevented this by disabling PCH option.