File tree Expand file tree Collapse file tree 2 files changed +3524
-3572
lines changed
Expand file tree Collapse file tree 2 files changed +3524
-3572
lines changed Original file line number Diff line number Diff line change @@ -791,12 +791,6 @@ varspecifiers(
791791 int spec_id: @specifier ref
792792);
793793
794- @specifiable = @type
795- | @function
796- | @variable
797- | @enumconstant
798- | @frienddecl;
799-
800794attributes(
801795 unique int id: @attribute,
802796 int kind: int ref,
@@ -953,7 +947,6 @@ frienddecls(
953947 | @attribute
954948 | @attribute_arg;
955949
956- @scope = @stmt | @function | @namedscope;
957950@namedscope = @namespace | @usertype;
958951
959952@element = @locatable
@@ -1471,7 +1464,6 @@ lambda_capture(
14711464@varbindexpr = @varaccess | @ctorfieldinit | @dtorfielddestruct;
14721465@addressable = @function | @variable ;
14731466@accessible = @addressable | @enumconstant ;
1474- @callable = @function | @variable; // only for variables with routine types
14751467
14761468stmts(
14771469 unique int id: @stmt,
You can’t perform that action at this time.
0 commit comments