FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/rust/codegen/codegen.sh at codeql-cli/v2.25.6 · github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
998
Pull requests
461
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql
/
rust
/
codegen
/
codegen.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
17 lines (13 loc) · 553 Bytes
Breadcrumbs
codeql
/
rust
/
codegen
/
codegen.sh
Copy path
File metadata and controls
executable file
·
17 lines (13 loc) · 553 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!
/bin/bash
set
-eu
source
misc/bazel/runfiles.sh
2>
/dev/null
||
source
external/ql+/misc/bazel/runfiles.sh
ast_generator=
"
$(
rlocation
"
$1
"
)
"
grammar_file=
"
$(
rlocation
"
$2
"
)
"
ast_generator_manifest=
"
$(
rlocation
"
$3
"
)
"
codegen=
"
$(
rlocation
"
$4
"
)
"
codegen_conf=
"
$(
rlocation
"
$5
"
)
"
rustfmt=
"
$(
rlocation
"
$6
"
)
"
shift
6
CARGO_MANIFEST_DIR=
"
$(
dirname
"
$ast_generator_manifest
"
)
"
"
$ast_generator
"
"
$grammar_file
"
"
$rustfmt
"
"
$(
dirname
"
$ast_generator_manifest
"
)
/../extractor/src/translate/generated.rs
"
"
$codegen
"
--configuration-file=
"
$codegen_conf
"
"
$@
"
Back
|
FazBrowse Home
|
New Git URL