Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3856912

Browse files
committed
C#: Define CastingExpr
1 parent 8282e57 commit 3856912

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

csharp/ql/lib/semmle/code/csharp/dataflow/internal/rangeanalysis/SignAnalysisSpecific.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ module Private {
2929

3030
class CastExpr = RU::ExprNode::CastExpr;
3131

32+
class CastingExpr = CastExpr;
33+
3234
class Type = CS::Type;
3335

3436
class Expr = CS::ControlFlow::Nodes::ExprNode;

0 commit comments

Comments
 (0)