mirror of
https://github.com/github/codeql.git
synced 2026-06-02 20:30:15 +02:00
formatting again
This commit is contained in:
@@ -38,9 +38,10 @@ signature module BoundDefinitions<LocationSig Location> {
|
||||
predicate interestingExprBound(Expr e);
|
||||
}
|
||||
|
||||
/** Provides classes for representing abstract bounds for use in, for example, range analysis.
|
||||
/**
|
||||
* Provides classes for representing abstract bounds for use in, for example, range analysis.
|
||||
* This is a generic implementation of bounds that relies on language specific modules to provide language-specific definitions of expressions, SSA variables, etc.
|
||||
*/
|
||||
*/
|
||||
overlay[local?]
|
||||
module Bound<LocationSig Location, BoundDefinitions<Location> Defs> {
|
||||
private import Defs
|
||||
|
||||
Reference in New Issue
Block a user