Files
codeql/swift/ql/lib/Customizations.qll
2025-08-19 14:49:31 -04:00

13 lines
395 B
Plaintext

/**
* Contains customizations to the standard library.
*
* This module is imported by `swift.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 swift