Skip to content

Commit ca53a8e

Browse files
committed
C++: Update QLDoc.
1 parent 1b2bd30 commit ca53a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ module GuardsInput implements SharedGuards::InputSig<Cpp::Location, Instruction,
6363
int asIntegerValue() { none() }
6464

6565
/**
66-
* Holds if this expression is a C/C++ specific constant value such as
67-
* a GCC case range.
66+
* Holds if this expression is a C/C++ specific constant value.
67+
* This currently never holds in C/C++.
6868
*/
6969
ConstantValue asConstantValue() { none() }
7070
}

0 commit comments

Comments
 (0)