[libc-commits] [libc] [libc][tsearch] add weak AVL tree for tsearch implementation (PR #172411)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Wed Jan 21 08:35:10 PST 2026


================
@@ -6,7 +6,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "src/__support/CPP/optional.h"
 #include "src/__support/weak_avl.h"
+#include "test/UnitTest/LibcTest.h"
----------------
SchrodingerZhu wrote:

sigh, clangd xD

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


More information about the libc-commits mailing list