Skip to content

Commit b2c5896

Browse files
committed
Reformat query
1 parent a0ff1a1 commit b2c5896

File tree

1 file changed

+3
-0
lines changed
  • cpp/common/src/codingstandards/cpp

1 file changed

+3
-0
lines changed

cpp/common/src/codingstandards/cpp/Expr.qll

+3
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,12 @@ predicate isCompileTimeEvaluatedCall(Call call) {
268268
|
269269
isDirectCompileTimeEvaluatedExpression(defaultValue)
270270
)
271+
}
271272

273+
/*
272274
* an operator that does not evaluate its operand
273275
*/
276+
274277
class UnevaluatedExprExtension extends Expr {
275278
UnevaluatedExprExtension() {
276279
this.getAChild().isUnevaluated()

0 commit comments

Comments
 (0)