================
@@ -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