summaryrefslogtreecommitdiff
path: root/Shell/AST.h
diff options
context:
space:
mode:
Diffstat (limited to 'Shell/AST.h')
-rw-r--r--Shell/AST.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Shell/AST.h b/Shell/AST.h
index 98e2bb4462..8a11f29bc5 100644
--- a/Shell/AST.h
+++ b/Shell/AST.h
@@ -912,6 +912,8 @@ private:
struct MatchEntry {
NonnullRefPtrVector<Node> options;
+ Optional<Vector<String>> match_names;
+ Optional<Position> match_as_position;
Vector<Position> pipe_positions;
RefPtr<Node> body;
};