secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
931 stars 140 forks source link

Enable CMAKE_CXX_CLANG_TIDY for lib and unitests #401

Closed blipper closed 2 years ago

blipper commented 3 years ago

Is there any reason not to merge this? I believe it will just generate warnings.

MMory commented 2 years ago

Hi Martin,

we are in the process of supporting clang tidy, but we also take care of the warnings it reports. This is happening in a different branch, so I am closing this one here.

Cheers Martin