mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
C++: Hide operand nodes from path explanations to make the review diff smaller.
This commit is contained in:
@@ -308,4 +308,4 @@ predicate isImmutableOrUnobservable(Node n) {
|
||||
}
|
||||
|
||||
/** Holds if `n` should be hidden from path explanations. */
|
||||
predicate nodeIsHidden(Node n) { none() }
|
||||
predicate nodeIsHidden(Node n) { n instanceof OperandNode }
|
||||
|
||||
Reference in New Issue
Block a user