[clang-tools-extra] [clang-tidy] Add llvm-regex check (PR #207407)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 3 10:19:31 PDT 2026


================
@@ -0,0 +1,140 @@
+// RUN: %check_clang_tidy -std=c++17 %s llvm-regex %t
+
+namespace std {
----------------
zeyi2 wrote:

I think you can directly use `#include <string>` instead of manual mocking.

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


More information about the cfe-commits mailing list