Overlay: Add overlay annotations to Java & shared libraries

This commit is contained in:
Kasper Svendsen
2025-06-16 13:06:31 +02:00
parent 2218a981f6
commit c207cfdeb7
428 changed files with 966 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
* type has a subtype or if an inferred upper bound passed through at least one
* explicit or implicit cast that lost type information.
*/
overlay[local?]
module;
private import codeql.util.Location

View File

@@ -25,6 +25,8 @@
* that subsequently calculated properties hold under the assumption that the
* value is not null.
*/
overlay[local?]
module;
private import codeql.util.Location
private import codeql.util.Unit

View File

@@ -1,3 +1,6 @@
overlay[local?]
module;
private import codeql.typeflow.TypeFlow
private import codeql.typeflow.UniversalFlow as UniversalFlow
private import codeql.util.Location