[clang-tools-extra] [clang-tidy] support query based custom check (PR #131804)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 15 23:52:56 PDT 2025


================
@@ -17,6 +18,7 @@
 #include "llvm/Support/MemoryBufferRef.h"
 #include "llvm/Support/VirtualFileSystem.h"
 #include <functional>
+#include <map>
----------------
vbvictor wrote:

Is this include needed?

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


More information about the cfe-commits mailing list