mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
Java: Update dbscheme to make @assignment a @binaryexpr.
This commit is contained in:
@@ -815,6 +815,7 @@ when_branch_else(unique int id: @whenbranch ref);
|
||||
| @geexpr
|
||||
| @eqexpr
|
||||
| @neexpr
|
||||
| @assignment
|
||||
| @valueeqexpr
|
||||
| @valueneexpr;
|
||||
|
||||
|
||||
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: Expand @binaryexpr union to include @assignment
|
||||
compatibility: full
|
||||
Reference in New Issue
Block a user