Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions cpp/ql/src/semmlecode.cpp.dbscheme
Original file line number Diff line number Diff line change
Expand Up @@ -791,12 +791,6 @@ varspecifiers(
int spec_id: @specifier ref
);

@specifiable = @type
| @function
| @variable
| @enumconstant
| @frienddecl;

attributes(
unique int id: @attribute,
int kind: int ref,
Expand Down Expand Up @@ -953,7 +947,6 @@ frienddecls(
| @attribute
| @attribute_arg;

@scope = @stmt | @function | @namedscope;
@namedscope = @namespace | @usertype;

@element = @locatable
Expand Down Expand Up @@ -1471,7 +1464,6 @@ lambda_capture(
@varbindexpr = @varaccess | @ctorfieldinit | @dtorfielddestruct;
@addressable = @function | @variable ;
@accessible = @addressable | @enumconstant ;
@callable = @function | @variable; // only for variables with routine types

stmts(
unique int id: @stmt,
Expand Down
Loading