fix comment and add overlay[local?]

This commit is contained in:
BazookaMusic
2026-06-01 18:18:37 +02:00
parent fa63dad1d1
commit c610af88d3

View File

@@ -1,6 +1,8 @@
/**
* Provides C#-specific definitions for bounds.
*/
overlay[local?]
module;
private import csharp as CS
private import semmle.code.csharp.dataflow.SSA::Ssa as Ssa
@@ -9,7 +11,7 @@ private import semmle.code.csharp.dataflow.internal.rangeanalysis.RangeUtils as
private import semmle.code.csharp.dataflow.internal.rangeanalysis.SsaUtils as SU
private import codeql.rangeanalysis.Bound as SharedBound
/** Holds if `e` is a bound expression and it is not an SSA variable read. */
/** Provides C#-specific definitions for bounds. */
module BoundDefs implements SharedBound::BoundDefinitions<CS::Location> {
class Type = CS::Type;