[llvm-branch-commits] [llvm] [llvm][mustache] Specialize delimiter search (PR #160165)

Nikita Popov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Sep 22 11:48:43 PDT 2025


================
@@ -17,6 +17,50 @@ namespace {
 
 using Accessor = SmallVector<std::string>;
 
+// A more generic specialized find for needles of length 1-3.
+[[maybe_unused]]
----------------
nikic wrote:

Not maybe_unused?

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


More information about the llvm-branch-commits mailing list