mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
This PR separates the core cpp packs into `codeql/cpp-queries` and `codeql/cpp-all`. There are very few lines of code changed. Almost all changes are moving files around.
12 lines
190 B
Plaintext
12 lines
190 B
Plaintext
/**
|
|
* Provides C++-specific definitions for use in the data flow library.
|
|
*/
|
|
module Private {
|
|
import DataFlowPrivate
|
|
import DataFlowDispatch
|
|
}
|
|
|
|
module Public {
|
|
import DataFlowUtil
|
|
}
|