Clazy build is broken because of missing clanglazy_export.h: In file included from Clazy/src/Clazy.cpp:26: Clazy/src/Clazy.h:28:10: fatal error: 'clanglazy_export.h' file not found #include "clanglazy_export.h" clanglazy_export.h is listed in .gitignore.
Hi clanglazy_export.h is autogenerated by CMake, try cleaning your build dir and running cmake again. Which cmake version ?
Sorry, I tweaked CMakeLists.txt to be able to build with LLVM/Clang source tree (not installed version))build, so I missed CMAKE_BINARY_DIR in include list.