mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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() }
|
int asIntegerValue() { none() }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds if this expression is a C/C++ specific constant value such as
|
* Holds if this expression is a C/C++ specific constant value.
|
||||||
* a GCC case range.
|
* This currently never holds in C/C++.
|
||||||
*/
|
*/
|
||||||
ConstantValue asConstantValue() { none() }
|
ConstantValue asConstantValue() { none() }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user