mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: Update QLDoc.
This commit is contained in:
@@ -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() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user