[clang] [llvm] [clang] Add hasAdjSubstatements matcher (PR #169965)

Yanzuo Liu via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 28 17:59:20 PST 2025


================
@@ -31,6 +31,7 @@
 #include "llvm/Support/Regex.h"
 #include "llvm/Support/WithColor.h"
 #include "llvm/Support/raw_ostream.h"
+#include <algorithm>
----------------
zwuis wrote:

Should be `llvm/ADT/STLExtras.h`?

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


More information about the llvm-commits mailing list