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 70131e6 commit 36cfe36Copy full SHA for 36cfe36
cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/gvn/ValueNumbering.qll
@@ -58,6 +58,8 @@ class ValueNumber extends TValueNumber {
58
or
59
this instanceof TInitializeThisValueNumber and result = "InitializeThis"
60
61
+ this instanceof TConstantValueNumber and result = "Constant"
62
+ or
63
this instanceof TStringConstantValueNumber and result = "StringConstant"
64
65
this instanceof TFieldAddressValueNumber and result = "FieldAddress"
0 commit comments