mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
12 lines
387 B
Plaintext
12 lines
387 B
Plaintext
/**
|
|
* Contains customizations to the standard library.
|
|
*
|
|
* This module is imported by `cpp.qll`, so any customizations defined here automatically
|
|
* apply to all queries.
|
|
*
|
|
* Typical examples of customizations include adding new subclasses of abstract classes such as
|
|
* the `RemoteFlowSource` class to model frameworks that are not covered by the standard library.
|
|
*/
|
|
|
|
import cpp
|