mirror of
https://github.com/github/codeql.git
synced 2026-04-19 05:54:00 +02:00
Python: Add overlay annotations to AST classes
... and everything else that it depends on.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
overlay[local]
|
||||
module;
|
||||
|
||||
import python
|
||||
/*
|
||||
* Classification of variables. These should be non-overlapping and complete.
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* Library for SSA representation (Static Single Assignment form).
|
||||
*/
|
||||
overlay[local]
|
||||
module;
|
||||
|
||||
import python
|
||||
private import SsaCompute
|
||||
|
||||
@@ -88,6 +88,8 @@
|
||||
* ```
|
||||
* and thus it falls out that `g3` must be `1`.
|
||||
*/
|
||||
overlay[local]
|
||||
module;
|
||||
|
||||
import python
|
||||
private import semmle.python.internal.CachedStages
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
* Provides classes and predicates for determining the uses and definitions of
|
||||
* variables for ESSA form.
|
||||
*/
|
||||
overlay[local]
|
||||
module;
|
||||
|
||||
import python
|
||||
private import semmle.python.internal.CachedStages
|
||||
|
||||
Reference in New Issue
Block a user