Crisp icon indicating copy to clipboard operation
Crisp copied to clipboard

A Clang/LLVM add-on to enforce coding rules

Results 19 Crisp issues
Sort by recently updated
recently updated
newest added

Maybe some dependecies have not been specified.

Bug

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...

Bug

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.

Feature Request