aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-11-05 13:30:40 +0000
committergingerBill <gingerBill@users.noreply.github.com>2025-11-05 13:30:40 +0000
commit593d2e6daa1f0dd9c24c7fb8704463c8db757af0 (patch)
treebb1ba4fc37dc14b11efd9197208ba1372aac9f21 /src/parser.hpp
parentea5db0e04864f7e453a5b5faa305df22543c4b75 (diff)
Add `#all_or_none`
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index 6127468d4..71b61d95f 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -766,6 +766,7 @@ AST_KIND(_TypeBegin, "", bool) \
bool is_packed; \
bool is_raw_union; \
bool is_no_copy; \
+ bool is_all_or_none; \
}) \
AST_KIND(UnionType, "union type", struct { \
Scope *scope; \