beanz added a comment.

Sorry I’m a bit late here. If you want to use clang-tidy on a CMake built 
project (like LLVM) you can use CMake’s built-in support for clang-tidy:

https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_CLANG_TIDY.html

This will run clang-tidy during the project build with each compile invocation.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115848/new/

https://reviews.llvm.org/D115848

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to