imp
imp copied to clipboard
Run clang-modernize on IMP once we can turn on c++-11
It is awesome :-)
These days this is done by adding -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
to the cmake invocation, then running run-clang-tidy -checks='-*,modernize*'
in the build directory.