Skip to content

Commit 8cda847

Browse files
MathiasVPDave Bartolomeo
authored andcommitted
C++: Add TLoadTotalOverlapValueNumber to getKind predicate in AST GVN wrapper
1 parent 867581d commit 8cda847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/ql/src/semmle/code/cpp/ir/internal/ASTValueNumbering.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ class GVN extends TValueNumber {
9797
or
9898
this instanceof TInheritanceConversionValueNumber and result = "InheritanceConversion"
9999
or
100+
this instanceof TLoadTotalOverlapValueNumber and result = "LoadTotalOverlap"
101+
or
100102
this instanceof TUniqueValueNumber and result = "Unique"
101103
}
102104

0 commit comments

Comments
 (0)