aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-10-19 12:13:19 +0100
committergingerBill <bill@gingerbill.org>2021-10-19 12:13:19 +0100
commit662cbaf425a54127dea206c3a35d776853bac169 (patch)
tree31db819dd173ece01b3dfa3a846d2befc9fbbe92 /src/checker.cpp
parent1556fad65a52af7683d5c80f2f724ef252525163 (diff)
Support indexing matrices
Diffstat (limited to 'src/checker.cpp')
-rw-r--r--src/checker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker.cpp b/src/checker.cpp
index c0e6d47c0..23597167b 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -2022,6 +2022,7 @@ void generate_minimum_dependency_set(Checker *c, Entity *start) {
String bounds_check_entities[] = {
// Bounds checking related procedures
str_lit("bounds_check_error"),
+ str_lit("matrix_bounds_check_error"),
str_lit("slice_expr_error_hi"),
str_lit("slice_expr_error_lo_hi"),
str_lit("multi_pointer_slice_expr_error"),