mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
C#: Add a locatable type to the dbscheme.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
description: Remove @locatable type
|
||||
compatibility: full
|
||||
@@ -240,6 +240,12 @@ overlayChangedFiles(
|
||||
|
||||
@location = @location_default | @assembly;
|
||||
|
||||
@locatable = @declaration_with_accessors | @callable_accessor | @declaration_or_directive
|
||||
| @diagnostic | @extractor_message | @preprocessor_directive | @attribute | @type_mention | @type_parameter_constraints
|
||||
| @declaration_with_accessors | @callable_accessor | @operator | @method
|
||||
| @constructor | @destructor | @field | @local_variable | @parameter | @stmt | @expr
|
||||
| @xmllocatable | @commentline | @commentblock | @asp_element
|
||||
|
||||
locations_default(
|
||||
unique int id: @location_default,
|
||||
int file: @file ref,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
description: Add @locatable type
|
||||
compatibility: full
|
||||
Reference in New Issue
Block a user