Merge pull request #13621 from MathiasVP/deprecate-ast-dataflow

C++: Deprecate AST dataflow
This commit is contained in:
Jeroen Ketema
2023-07-18 08:13:47 +02:00
committed by GitHub
19 changed files with 56 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
.. pull-quote:: Note
The data flow library used in this article has been replaced with an improved library which is available from CodeQL 2.12.5 onwards, see :ref:`Analyzing data flow in C and C++ (new) <analyzing-data-flow-in-cpp-new>`. The old library will be deprecated in the near future and removed a year after deprecation.
The data flow library used in this article has been replaced with an improved library which is available from CodeQL 2.12.5 onwards, see :ref:`Analyzing data flow in C and C++ (new) <analyzing-data-flow-in-cpp-new>`. The old library has been deprecated in CodeQL 2.14.1 and will be removed in a later release.
Analyzing data flow in C and C++
================================