docs: add note about path queries

This commit is contained in:
james
2020-04-23 20:30:28 +01:00
parent 9c12fa32e1
commit 5e87bc998e
5 changed files with 17 additions and 0 deletions

View File

@@ -147,6 +147,10 @@ Global data flow
Global data flow tracks data flow throughout the entire program, and is therefore more powerful than local data flow. However, global data flow is less precise than local data flow, and the analysis typically requires significantly more time and memory to perform.
.. pull-quote:: Note
.. include:: ../../reusables/path-problem.rst
Using global data flow
~~~~~~~~~~~~~~~~~~~~~~