We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bba68 commit 7eed82fCopy full SHA for 7eed82f
llvm/include/llvm/Support/Mustache.h
@@ -55,6 +55,7 @@
55
// StringRef Rendered = Template.render(Data);
56
// // Rendered == "Hello, World!"
57
// \endcode
58
+//
59
//===----------------------------------------------------------------------===//
60
61
#ifndef LLVM_SUPPORT_MUSTACHE
@@ -157,6 +158,7 @@ class ASTNode {
157
158
void setUpContext(llvm::BumpPtrAllocator *Alloc);
159
160
private:
161
+
162
void renderLambdas(const llvm::json::Value &Contexts, SmallString<0> &Output,
163
Lambda &L);
164
0 commit comments