mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
C++: Make Code Scanning happy.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* Provides an abstract class to override the implicit assumption that a
|
* Provides an abstract class to override the implicit assumption that a
|
||||||
* dataflow/taint-tracking model always fully override the parameters they are
|
* dataflow/taint-tracking model always fully override the parameters they are
|
||||||
* are modelled as writing to. To use this QL library, create a QL class
|
* are modeled as writing to. To use this QL library, create a QL class
|
||||||
* extending `PartialFlowFunction` with a characteristic predicate that selects
|
* extending `PartialFlowFunction` with a characteristic predicate that selects
|
||||||
* the function or set of functions you are modeling and override the
|
* the function or set of functions you are modeling and override the
|
||||||
* `isPartialWrite` predicate.
|
* `isPartialWrite` predicate.
|
||||||
|
|||||||
Reference in New Issue
Block a user