File tree Expand file tree Collapse file tree 6 files changed +39
-0
lines changed
Expand file tree Collapse file tree 6 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ /**
2+ * Contains customizations to the standard library.
3+ *
4+ * This module is imported by `cpp.qll`, so any customizations defined here automatically
5+ * apply to all queries.
6+ *
7+ * Typical examples of customizations include adding new subclasses of abstract classes such as
8+ * the `RemoteFlowSource` class
9+ * to model frameworks that are not covered by the standard library.
10+ */
11+
12+ import cpp
Original file line number Diff line number Diff line change 1313 * https://github.com/cplusplus/draft/raw/master/papers/n4140.pdf
1414 */
1515
16+ import Customizations
1617import semmle.code.cpp.File
1718import semmle.code.cpp.Linkage
1819import semmle.code.cpp.Location
Original file line number Diff line number Diff line change 1+ /**
2+ * Contains customizations to the standard library.
3+ *
4+ * This module is imported by `rust.qll`, so any customizations defined here automatically
5+ * apply to all queries.
6+ *
7+ * Typical examples of customizations include adding new subclasses of abstract classes such as
8+ * the `RemoteFlowSource` class
9+ * to model frameworks that are not covered by the standard library.
10+ */
11+
12+ import rust
Original file line number Diff line number Diff line change 11/** Top-level import for the Rust language pack */
22
3+ import Customizations
34import codeql.rust.elements
45import codeql.Locations
56import codeql.files.FileSystem
Original file line number Diff line number Diff line change 1+ /**
2+ * Contains customizations to the standard library.
3+ *
4+ * This module is imported by `swift.qll`, so any customizations defined here automatically
5+ * apply to all queries.
6+ *
7+ * Typical examples of customizations include adding new subclasses of abstract classes such as
8+ * the `RemoteFlowSource` class
9+ * to model frameworks that are not covered by the standard library.
10+ */
11+
12+ import swift
Original file line number Diff line number Diff line change 11/** Top-level import for the Swift language pack */
22
3+ import Customizations
34import codeql.swift.elements
45import codeql.swift.elements.expr.ArithmeticOperation
56import codeql.swift.elements.expr.Assignment
You can’t perform that action at this time.
0 commit comments