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 e6aa2de commit 3bbd333Copy full SHA for 3bbd333
cpp/ql/lib/experimental/semmle/code/cpp/semantic/SemanticExprSpecific.qll
@@ -212,12 +212,6 @@ module SemanticExprConfig {
212
}
213
214
class Bound instanceof IRBound::Bound {
215
- Bound() {
216
- this instanceof IRBound::ZeroBound
217
- or
218
- this.(IRBound::ValueNumberBound).getValueNumber().getAnInstruction() instanceof SsaVariable
219
- }
220
-
221
string toString() { result = super.toString() }
222
223
final Location getLocation() { result = super.getLocation() }
0 commit comments