Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b2c5896

Browse filesBrowse files
committed
Reformat query
1 parent a0ff1a1 commit b2c5896
Copy full SHA for b2c5896

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
  • cpp/common/src/codingstandards/cpp
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

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

Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/Expr.qll
+3Lines changed: 3 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.