79810235

Date: 2025-11-05 14:59:24
Score: 2
Natty:
Report link

I found the error.

Turns out there was an issue with the conan_provider.cmake. This only installed Debug and Release.

The compile_commands.json however also contained info for MinSizeRel and RelWithDbgInfo. Since conan did not fill those configs, the include paths where missing here in my compile_commands.json.

After adding the other configs to the conan provider my compile_commands was fixed and clang tidy does seam to work :)

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Julian H