[clang-tools-extra] [clang-tidy] support query based custom check (PR #131804)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 18 01:47:45 PDT 2025
================
@@ -0,0 +1,63 @@
+====================================
+Query Based Custom Clang-Tidy Checks
+====================================
+
+Introduction
+============
+
+This page provides examples of how to add query based custom checks for
+:program:`clang-tidy`.
+
+Custom checks are based on :program:`clang-query` syntax. Every custom checks
----------------
vbvictor wrote:
Yeah, we could make an issue to track this after merging this PR
https://github.com/llvm/llvm-project/pull/131804
More information about the cfe-commits
mailing list