Files
codeql/docs/codeql/codeql-language-guides/codeql-for-swift.rst
2024-05-15 22:54:34 +01:00

17 lines
555 B
ReStructuredText

.. _codeql-for-swift:
CodeQL for Swift
================
Experiment and learn how to write effective and efficient queries for CodeQL databases generated from Swift codebases.
.. toctree::
:hidden:
basic-query-for-swift-code
analyzing-data-flow-in-swift
- :doc:`Basic query for Swift code <basic-query-for-swift-code>`: Learn to write and run a simple CodeQL query.
- :doc:`Analyzing data flow in Swift <analyzing-data-flow-in-swift>`: You can use CodeQL to track the flow of data through a Swift program to places where the data is used.