Crisp
Crisp copied to clipboard
A Clang/LLVM add-on to enforce coding rules
From violation/4 to violation/3.
cmake scripts are not able to find llvm-config when building in Debug mode if LLVM_PATH is not specified in the build command. llvm-config is correctly found when building in Release...
This should make possible to build Crisp in Debug mode using a Release-built compiler (clang), thus significantly improving Debug-mode build time. See #16.
E.g.: llvm::SwitchInst::case_default.