================
@@ -33,6 +33,9 @@ If CMake is configured with 
``CLANG_TIDY_ENABLE_STATIC_ANALYZER=NO``,
 :program:`clang-tidy` will not be built with support for the
 ``clang-analyzer-*`` checks or the ``mpi-*`` checks.
 
+If CMake is configured with ``CLANG_TIDY_ENABLE_QUERY_BASED_CUSTOM_CHECKS=NO``,
+:program:`clang-tidy` will not be built with support for query based checks. 
+
----------------
vbvictor wrote:

Is there any practical reason to disable CUSTOM_CHECKS?
This adds `#if CLANG_TIDY_ENABLE_QUERY_BASED_CUSTOM_CHECKS` as complexity which 
should be avoided IMO.

https://github.com/llvm/llvm-project/pull/131804
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to