Add Swift to path query article

This commit is contained in:
Felicity Chapman
2023-05-10 19:01:22 +01:00
parent 40df3c0280
commit 6283ffc1bb

View File

@@ -56,8 +56,8 @@ You should use the following template:
*/
import <language>
// For some languages (Java/C++/Python) you need to explicitly import the data flow library, such as
// 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
import DataFlow::PathGraph
...