We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae9b89 commit 553f1c4Copy full SHA for 553f1c4
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -899,6 +899,7 @@ case @attribute_arg.kind of
899
| 1 = @attribute_arg_token
900
| 2 = @attribute_arg_constant
901
| 3 = @attribute_arg_type
902
+| 4 = @attribute_arg_constant_expr
903
;
904
905
attribute_arg_value(
@@ -909,6 +910,10 @@ attribute_arg_type(
909
910
unique int arg: @attribute_arg ref,
911
int type_id: @type ref
912
);
913
+attribute_arg_constant(
914
+ unique int arg: @attribute_arg ref,
915
+ int constant: @expr ref
916
+)
917
attribute_arg_name(
918
919
string name: string ref
0 commit comments