File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
csharp/ql/lib/semmle/code/csharp/dataflow/internal
go/ql/lib/semmle/go/dataflow/internal
java/ql/lib/semmle/code/java/dataflow/internal
python/ql/lib/semmle/python/dataflow/new/internal
ruby/ql/lib/codeql/ruby/dataflow/internal
swift/ql/lib/codeql/swift/dataflow/internal Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1378,7 +1378,7 @@ module Private {
1378
1378
1379
1379
/**
1380
1380
* Holds if a neutral model `csv` exists (semi-colon separated format). Used for testing purposes.
1381
- * The syntax is: "namespace;type;name;signature;provenance"",
1381
+ * The syntax is: "namespace;type;name;signature;kind; provenance"",
1382
1382
*/
1383
1383
query predicate neutral ( string csv ) {
1384
1384
exists ( RelevantNeutralCallable c |
Original file line number Diff line number Diff line change @@ -1378,7 +1378,7 @@ module Private {
1378
1378
1379
1379
/**
1380
1380
* Holds if a neutral model `csv` exists (semi-colon separated format). Used for testing purposes.
1381
- * The syntax is: "namespace;type;name;signature;provenance"",
1381
+ * The syntax is: "namespace;type;name;signature;kind; provenance"",
1382
1382
*/
1383
1383
query predicate neutral ( string csv ) {
1384
1384
exists ( RelevantNeutralCallable c |
Original file line number Diff line number Diff line change @@ -1378,7 +1378,7 @@ module Private {
1378
1378
1379
1379
/**
1380
1380
* Holds if a neutral model `csv` exists (semi-colon separated format). Used for testing purposes.
1381
- * The syntax is: "namespace;type;name;signature;provenance"",
1381
+ * The syntax is: "namespace;type;name;signature;kind; provenance"",
1382
1382
*/
1383
1383
query predicate neutral ( string csv ) {
1384
1384
exists ( RelevantNeutralCallable c |
Original file line number Diff line number Diff line change @@ -1378,7 +1378,7 @@ module Private {
1378
1378
1379
1379
/**
1380
1380
* Holds if a neutral model `csv` exists (semi-colon separated format). Used for testing purposes.
1381
- * The syntax is: "namespace;type;name;signature;provenance"",
1381
+ * The syntax is: "namespace;type;name;signature;kind; provenance"",
1382
1382
*/
1383
1383
query predicate neutral ( string csv ) {
1384
1384
exists ( RelevantNeutralCallable c |
Original file line number Diff line number Diff line change @@ -1378,7 +1378,7 @@ module Private {
1378
1378
1379
1379
/**
1380
1380
* Holds if a neutral model `csv` exists (semi-colon separated format). Used for testing purposes.
1381
- * The syntax is: "namespace;type;name;signature;provenance"",
1381
+ * The syntax is: "namespace;type;name;signature;kind; provenance"",
1382
1382
*/
1383
1383
query predicate neutral ( string csv ) {
1384
1384
exists ( RelevantNeutralCallable c |
Original file line number Diff line number Diff line change @@ -1378,7 +1378,7 @@ module Private {
1378
1378
1379
1379
/**
1380
1380
* Holds if a neutral model `csv` exists (semi-colon separated format). Used for testing purposes.
1381
- * The syntax is: "namespace;type;name;signature;provenance"",
1381
+ * The syntax is: "namespace;type;name;signature;kind; provenance"",
1382
1382
*/
1383
1383
query predicate neutral ( string csv ) {
1384
1384
exists ( RelevantNeutralCallable c |
You can’t perform that action at this time.
0 commit comments