зеркало из https://github.com/github/codeql.git
C#: Enable SSA consistency queries
This commit is contained in:
Родитель
8c9e817c0d
Коммит
1739673202
|
@ -0,0 +1,10 @@
|
|||
import csharp
|
||||
import semmle.code.csharp.dataflow.internal.SsaImplCommon::Consistency
|
||||
|
||||
class MyRelevantDefinition extends RelevantDefinition, Ssa::Definition {
|
||||
override predicate hasLocationInfo(
|
||||
string filepath, int startline, int startcolumn, int endline, int endcolumn
|
||||
) {
|
||||
this.getLocation().hasLocationInfo(filepath, startline, startcolumn, endline, endcolumn)
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче