C++: add namespaceattributes table to store namespace attributes

This commit is contained in:
idrissrio
2025-06-16 11:30:19 +02:00
parent 30ab9b7b84
commit b112b93d75

View File

@@ -1139,6 +1139,11 @@ varattributes(
int spec_id: @attribute ref
);
namespaceattributes(
int namespace_id: @namespace ref,
int spec_id: @attribute ref
);
stmtattributes(
int stmt_id: @stmt ref,
int spec_id: @attribute ref