Skip to content

Commit 284007d

Browse files
committed
C++: Fix more QLDoc.
1 parent 4652003 commit 284007d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,10 @@ private predicate nonExcludedIRAndBasicBlock(IRBlock irb, BasicBlock controlled)
365365
}
366366

367367
/**
368-
* A Boolean condition in the IR that guards one or more basic blocks. This includes
369-
* operands of logical operators but not switch statements. Note that `&&` and `||`
370-
* don't have an explicit representation in the IR, and therefore will not appear as
371-
* IRGuardConditions.
368+
* A Boolean condition in the IR that guards one or more basic blocks.
369+
*
370+
* Note that `&&` and `||` don't have an explicit representation in the IR,
371+
* and therefore will not appear as IRGuardConditions.
372372
*/
373373
cached
374374
class IRGuardCondition extends Instruction {

0 commit comments

Comments
 (0)