mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
Merge branch 'main' of https://github.com/github/codeql into oscarsj/merge-back-rc-3.21
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Inline expectations test comments, which are of the form `// $ tag` or `// $ tag=value`, are now parsed more strictly and will not be recognized if there isn't a space after the `$` symbol.
|
||||
@@ -453,7 +453,7 @@ is_arguments_object (int id: @variable ref);
|
||||
|
||||
@lexical_name = @variable | @local_type_name | @local_namespace_name;
|
||||
|
||||
@bind_id = @varaccess | @local_var_type_access;
|
||||
@bind_id = @varaccess | @local_var_type_access | @this_expr;
|
||||
bind (unique int id: @bind_id ref,
|
||||
int decl: @variable 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 variable bindings for 'this'
|
||||
compatibility: partial
|
||||
Reference in New Issue
Block a user