Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-cpp.rst

This commit is contained in:
Felicity Chapman
2024-08-19 09:42:04 +01:00
committed by GitHub
parent f0bc55e8d7
commit dc0832c3d8

View File

@@ -10,7 +10,6 @@ About this article
This article describes how data flow analysis is implemented in the CodeQL libraries for C/C++ and includes examples to help you write your own data flow queries.
The following sections describe how to use the libraries for local data flow, global data flow, and taint tracking.
For a more general introduction to modeling data flow, see ":ref:`About data flow analysis <about-data-flow-analysis>`."
.. include:: ../reusables/new-data-flow-api.rst