C++: Update QLDoc.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-09-30 14:15:55 +01:00
parent 1b2bd30a29
commit ca53a8e787

View File

@@ -63,8 +63,8 @@ module GuardsInput implements SharedGuards::InputSig<Cpp::Location, Instruction,
int asIntegerValue() { none() }
/**
* Holds if this expression is a C/C++ specific constant value such as
* a GCC case range.
* Holds if this expression is a C/C++ specific constant value.
* This currently never holds in C/C++.
*/
ConstantValue asConstantValue() { none() }
}