File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ class ASTNode {
147147 llvm::DenseMap<char , std::string> &Escapes)
148148 : Allocator(Alloc), Partials(Partials), Lambdas(Lambdas),
149149 SectionLambdas(SectionLambdas), Escapes(Escapes), Ty(Ty),
150- Parent(Parent), AccessorValue(std::move(Accessor)),
150+ Parent(Parent), AccessorValue(std::move(Accessor)),
151151 ParentContext(nullptr ) {}
152152
153153 void addChild (ASTNode *Child) { Children.emplace_back (Child); };
@@ -641,7 +641,7 @@ void ASTNode::render(const json::Value &Data, raw_ostream &OS) {
641641 return ;
642642 }
643643 case InvertSection: {
644- bool IsLambda =
644+ bool IsLambda =
645645 SectionLambdas.find (AccessorValue[0 ]) != SectionLambdas.end ();
646646 if (!isFalsey (Context) || IsLambda)
647647 return ;
You can’t perform that action at this time.
0 commit comments