You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/escape_adapter/movedtoheap_test.yaml
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ buildGrps:
20
20
# query
21
21
queryconfig:
22
22
resultRoot: codeqlResult # resultRoot only for -collect csv. Bqrs/csv per db: <dbPath>/results/lslightly/qlstat/<queryPathNoExt>.<fmt>
23
-
queryRoot: qlsrc # query root. There should be codeql-pack.yaml in queryRoot directory
24
23
parallelCore: 20# parallel cores to run query
25
24
queryGrps:
26
25
- queryDBs: # "*" means all repositories. "-" means repositories defined in the "repositories" section. Otherwise, use fullnames. Note that repositories with same fullname in different source will be queried.
Copy file name to clipboardExpand all lines: doc/adapters/escape_analysis.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ queryconfig:
38
38
```
39
39
40
40
In this configuration:
41
+
- `queryRoot` is optional per query group. If omitted, it defaults to `std`, which resolves to the built-in query library at `<projectRoot>/qlsrc`. Custom paths can be specified instead to use queries outside the built-in library.
41
42
- `extgenScript: goescape` instructs the system to compile repositories with escape analysis enabled
42
43
- Note that if you use custom script, 4 environment variables will be set. You can use them in your custom script.
43
44
- `REPO_DIR`: The directory path of the repository
Copy file name to clipboardExpand all lines: example.yaml
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,6 @@ buildGrps:
49
49
# query
50
50
queryconfig:
51
51
resultRoot: codeqlResult # resultRoot only for -collect csv. Bqrs/csv per db: <dbPath>/results/lslightly/qlstat/<queryPathNoExt>.<fmt>
52
-
queryRoot: qlsrc # query root. There should be codeql-pack.yaml in queryRoot directory
53
52
parallelCore: 20# parallel cores to run query
54
53
queryGrps:
55
54
- queryDBs: # "*" means all repositories. "-" means repositories defined in the "repositories" section. Otherwise, use fullnames. Note that repositories with same fullname in different source will be queried.
0 commit comments