smanders / externpro

build external projects with cmake
MIT License
13 stars 12 forks source link

remove clang-tidy #311

Closed smanders closed 3 years ago

smanders commented 3 years ago

clang-tidy was added to externpro 4 years ago, but it's never been made part of our process or utilized in any way that I know of -- perhaps added prematurely

since our current version of LLVM/clang/clang-format fail to build with Visual Studio 2019 and the course of action is to update the version of LLVM/clang/clang-format, it seems like a good time to clean-up and remove clang-tidy before the update of the other parts of the toolchain

clang-tidy issue for "add clang-tidy" https://github.com/smanders/externpro/issues/138 has a lot of details and notes

smanders commented 3 years ago

completed with commit to dev branch referenced above