aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-01-28 21:20:30 +0000
committergingerBill <bill@gingerbill.org>2024-01-28 21:20:30 +0000
commitd04c82e5471bb291cddbef883a36b1caad3b2b99 (patch)
tree526c2e3e55f40aa7c37909c9eece7307ff1b0e25 /src/checker.cpp
parent09fa1c29cd014b4560b3c79c72db68af20ef8187 (diff)
Move matrix compiler `builtin`s to `intrinsics`; alias within core_builtin_matrix.odin
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 563bb2781..47fcd3d8f 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -3835,6 +3835,7 @@ gb_internal void check_builtin_attributes(CheckerContext *ctx, Entity *e, Array<
case Entity_ProcGroup:
case Entity_Procedure:
case Entity_TypeName:
+ case Entity_Constant:
// Okay
break;
default: