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 1a33a3b commit 7642680Copy full SHA for 7642680
cpp/ql/src/semmle/code/cpp/ir/internal/ASTValueNumbering.qll
@@ -84,8 +84,6 @@ class GVN extends TValueNumber {
84
or
85
this instanceof TInitializeParameterValueNumber and result = "InitializeParameter"
86
87
- this instanceof TInitializeThisValueNumber and result = "InitializeThis"
88
- or
89
this instanceof TStringConstantValueNumber and result = "StringConstant"
90
91
this instanceof TFieldAddressValueNumber and result = "FieldAddress"
0 commit comments