mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Codegen: use one generated test file per directory
This collapses all generated test QL sources into a single one per directory, using query predicates to run the different tests. This should improve the time required to run generated tests.
This commit is contained in:
@@ -1 +1,14 @@
|
||||
instances
|
||||
| gen_struct.rs:4:5:8:5 | struct Point | hasExtendedCanonicalPath: | no | hasCrateOrigin: | no | hasAttributeMacroExpansion: | no | getNumberOfDeriveMacroExpansions: | 0 | getNumberOfAttrs: | 0 | hasFieldList: | yes | hasGenericParamList: | no | hasName: | yes | hasVisibility: | no | hasWhereClause: | no |
|
||||
getExtendedCanonicalPath
|
||||
getCrateOrigin
|
||||
getAttributeMacroExpansion
|
||||
getDeriveMacroExpansion
|
||||
getAttr
|
||||
getFieldList
|
||||
| gen_struct.rs:4:5:8:5 | struct Point | gen_struct.rs:5:18:8:5 | StructFieldList |
|
||||
getGenericParamList
|
||||
getName
|
||||
| gen_struct.rs:4:5:8:5 | struct Point | gen_struct.rs:5:12:5:16 | Point |
|
||||
getVisibility
|
||||
getWhereClause
|
||||
|
||||
Reference in New Issue
Block a user