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.
1 parent 136b046 commit 913cf53Copy full SHA for 913cf53
1 file changed
ql/src/codeql_ql/ast/internal/AstNodes.qll
@@ -64,8 +64,8 @@ class TFormula =
64
class TBinOpExpr = TAddSubExpr or TMulDivModExpr;
65
66
class TExpr =
67
- TBinOpExpr or TLiteral or TAggregate or TExprAggregate or TIdentifier or TInlineCast or TCall or TUnaryExpr or
68
- TExprAnnotation or TDontCare or TRange or TSet;
+ TBinOpExpr or TLiteral or TAggregate or TExprAggregate or TIdentifier or TInlineCast or TCall or
+ TUnaryExpr or TExprAnnotation or TDontCare or TRange or TSet;
69
70
class TCall = TPredicateCall or TMemberCall or TNoneCall or TAnyCall;
71
0 commit comments