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

@@ -1,4 +1,6 @@
/** Provides a class hierarchy corresponding to a parse tree of regular expressions. */
overlay[local?]
module;
private import semmle.code.java.regex.regex as RE // importing under a namescape to avoid naming conflict for `Top`.
private import codeql.regex.nfa.NfaUtils as NfaUtils