[clang-tools-extra] Update clang tidy Contributing guide (PR #106672)

via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 30 06:15:28 PDT 2024


================
@@ -664,6 +679,17 @@ compiled against the version of clang-tidy that will be loading the plugin.
 The plugins can use threads, TLS, or any other facilities available to in-tree
 code which is accessible from the external headers.
 
+Note that testing checks out of tree might involve getting ``llvm-lit`` from an 
+installed version of LLVM through the `Stand-alone Builds`_ section. Alternatively,
----------------
MichelleCDjunaidi wrote:

Changed it to the more general link.

https://github.com/llvm/llvm-project/pull/106672


More information about the cfe-commits mailing list