corrections on qldoc

Co-Authored-By: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2020-02-20 09:54:11 +01:00
committed by GitHub
parent e359e1a373
commit 2d437efdfd

View File

@@ -1482,8 +1482,8 @@ private class AdditionalBarrierGuardCall extends AdditionalBarrierGuardNode, Dat
}
/**
* A check of the form `if(x)`, which sanitizes `x` in its "else" branch.
* Can be added to a `isBarrier` in a configuration to add the sanitization.
* A guard node for a variable in a negative condition, such as `x` in `if(!x)`.
* Can be added to a `isBarrier` in a data-flow configuration to block flow through such checks.
*/
class VarAccessBarrier extends DataFlow::Node {
VarAccessBarrier() {