Merge pull request #63 from ian-semmle/unused_db_types

C++: Remove some unused DB types
This commit is contained in:
Nick Rolfe
2018-08-21 18:27:35 +01:00
committed by GitHub
2 changed files with 3713 additions and 3761 deletions

View File

@@ -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,
@@ -953,7 +947,6 @@ frienddecls(
| @attribute
| @attribute_arg;
@scope = @stmt | @function | @namedscope;
@namedscope = @namespace | @usertype;
@element = @locatable
@@ -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,

File diff suppressed because it is too large Load Diff