Skip to content

Commit 4652003

Browse files
committed
C++: Update QLDoc on 'GuardCondition' to reflect the fact that switch statements are supported.
1 parent ce177c3 commit 4652003

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ class MatchValue extends AbstractValue, TMatchValue {
5959
}
6060

6161
/**
62-
* A Boolean condition in the AST that guards one or more basic blocks. This includes
63-
* operands of logical operators but not switch statements.
62+
* A Boolean condition in the AST that guards one or more basic blocks.
6463
*/
6564
cached
6665
class GuardCondition extends Expr {

0 commit comments

Comments
 (0)