imp icon indicating copy to clipboard operation
imp copied to clipboard

Run clang-modernize on IMP once we can turn on c++-11

Open drussel opened this issue 11 years ago • 1 comments

It is awesome :-)

drussel avatar Oct 06 '13 05:10 drussel

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.

benmwebb avatar Oct 06 '23 00:10 benmwebb