Data flow: Update QL doc

This commit is contained in:
Tom Hvitved
2023-08-07 11:25:53 +02:00
parent 4d14311653
commit b926a7ebba

View File

@@ -1,8 +1,7 @@
/**
* Provides an implementation of global (interprocedural) data flow. This file
* re-exports the local (intraprocedural) data flow analysis from
* `DataFlowImplSpecific::Public` and adds a global analysis, mainly exposed
* through the `Global` and `GlobalWithState` modules.
* adds a global analysis, mainly exposed through the `Global` and `GlobalWithState`
* modules.
*/
/** Provides language-specific data flow parameters. */