[llvm-branch-commits] [llvm] [llvm][mustache] Support setting delimiters in templates (PR #159187)
Erick Velez via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Sep 28 22:45:02 PDT 2025
================
@@ -7,9 +7,14 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/Mustache.h"
#include "llvm/ADT/SmallVector.h"
+#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
+
+#include <cctype>
----------------
evelez7 wrote:
clangd tells me this include is not directly used, also extraneous newline.
https://github.com/llvm/llvm-project/pull/159187
More information about the llvm-branch-commits
mailing list