We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa9843 commit bd08d1bCopy full SHA for bd08d1b
2 files changed
c/cert/src/rules/EXP45-C/AssignmentsInSelectionStatements.ql
@@ -13,7 +13,7 @@
13
14
import cpp
15
import codingstandards.c.cert
16
-import codingstandards.cpp.CExpr
+import codingstandards.c.Expr
17
18
Expr getRightMostOperand(CommaExpr e) {
19
result = e.getRightOperand() and not result instanceof CommaExpr
c/common/test/library/expr/FullExpr.ql
@@ -1,5 +1,5 @@
1
2
3
4
from FullExpr e
5
select e
0 commit comments