We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ff1a1 commit b2c5896Copy full SHA for b2c5896
1 file changed
cpp/common/src/codingstandards/cpp/Expr.qll
@@ -268,9 +268,12 @@ predicate isCompileTimeEvaluatedCall(Call call) {
268
|
269
isDirectCompileTimeEvaluatedExpression(defaultValue)
270
)
271
+}
272
273
+/*
274
* an operator that does not evaluate its operand
275
*/
276
+
277
class UnevaluatedExprExtension extends Expr {
278
UnevaluatedExprExtension() {
279
this.getAChild().isUnevaluated()
0 commit comments