We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CompileTimeComputedIntegralLiteral
1 parent 00d36a7 commit 24b4a00Copy full SHA for 24b4a00
cpp/common/src/codingstandards/cpp/Literals.qll
@@ -33,6 +33,8 @@ class Utf32StringLiteral extends StringLiteral {
33
/**
34
* A literal resulting from the use of a constexpr
35
* variable, or macro expansion.
36
+ * We rely on the fact that the value text of a literal is equal to the
37
+ * `constexpr` variable or macro name.
38
*/
39
class CompileTimeComputedIntegralLiteral extends Literal {
40
CompileTimeComputedIntegralLiteral() {
0 commit comments