C++: Update QLDoc on 'GuardCondition' to reflect the fact that switch statements are supported.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-07-02 20:21:54 +01:00
parent ce177c3450
commit 4652003688

View File

@@ -59,8 +59,7 @@ class MatchValue extends AbstractValue, TMatchValue {
}
/**
* A Boolean condition in the AST that guards one or more basic blocks. This includes
* operands of logical operators but not switch statements.
* A Boolean condition in the AST that guards one or more basic blocks.
*/
cached
class GuardCondition extends Expr {