Skip to content

Commit c610af8

Browse files
committed
fix comment and add overlay[local?]
1 parent fa63dad commit c610af8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

csharp/ql/lib/semmle/code/csharp/dataflow/internal/rangeanalysis/BoundSpecific.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
22
* Provides C#-specific definitions for bounds.
33
*/
4+
overlay[local?]
5+
module;
46

57
private import csharp as CS
68
private import semmle.code.csharp.dataflow.SSA::Ssa as Ssa
@@ -9,7 +11,7 @@ private import semmle.code.csharp.dataflow.internal.rangeanalysis.RangeUtils as
911
private import semmle.code.csharp.dataflow.internal.rangeanalysis.SsaUtils as SU
1012
private import codeql.rangeanalysis.Bound as SharedBound
1113

12-
/** Holds if `e` is a bound expression and it is not an SSA variable read. */
14+
/** Provides C#-specific definitions for bounds. */
1315
module BoundDefs implements SharedBound::BoundDefinitions<CS::Location> {
1416
class Type = CS::Type;
1517

0 commit comments

Comments
 (0)