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 40df3c0 commit 6283ffcCopy full SHA for 6283ffc
docs/codeql/writing-codeql-queries/creating-path-queries.rst
@@ -56,8 +56,8 @@ You should use the following template:
56
*/
57
58
import <language>
59
- // For some languages (Java/C++/Python) you need to explicitly import the data flow library, such as
60
- // import semmle.code.java.dataflow.DataFlow
+ // For some languages (Java/C++/Python/Swift) you need to explicitly import the data flow library, such as
+ // import semmle.code.java.dataflow.DataFlow or import codeql.swift.dataflow.DataFlow
61
import DataFlow::PathGraph
62
...
63
0 commit comments