Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8905159 commit bea9a1cCopy full SHA for bea9a1c
2 files changed
cpp/ql/src/semmle/code/cpp/ir/implementation/Opcode.qll
@@ -182,7 +182,6 @@ module Opcode {
182
final override string toString() { result = "InitializeIndirection" }
183
}
184
185
-
186
class InitializeThis extends Opcode, TInitializeThis {
187
final override string toString() { result = "InitializeThis" }
188
csharp/ql/src/semmle/code/csharp/ir/implementation/Opcode.qll
0 commit comments