Skip to content

Commit efa52ac

Browse files
committed
Rust: Move codeql/rust/generated files into codeql/rust/internal/generated
1 parent 8b4114c commit efa52ac

File tree

225 files changed

+593
-593
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+593
-593
lines changed

rust/codegen.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# configuration file for Rust code generation default options
22
--generate=dbscheme,rusttest,ql,rust
33
--dbscheme=ql/lib/rust.dbscheme
4-
--ql-output=ql/lib/codeql/rust/generated
4+
--ql-output=ql/lib/codeql/rust/internal/generated
55
--ql-stub-output=ql/lib/codeql/rust/elements
66
--ql-test-output=ql/test/extractor-tests/generated
77
--rust-output=extractor/src/generated

rust/ql/.generated.list

Lines changed: 215 additions & 215 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/ql/.gitattributes

Lines changed: 80 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/ql/lib/codeql/rust/controlflow/BasicBlocks.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ private import rust
22
private import ControlFlowGraph
33
private import internal.SuccessorType
44
private import internal.ControlFlowGraphImpl as Impl
5-
private import codeql.rust.generated.Raw
6-
private import codeql.rust.generated.Synth
5+
private import codeql.rust.internal.generated.Raw
6+
private import codeql.rust.internal.generated.Synth
77

88
final class BasicBlock = BasicBlockImpl;
99

rust/ql/lib/codeql/rust/controlflow/internal/Scope.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
private import rust
22
private import Completion
3-
private import codeql.rust.generated.ParentChild
3+
private import codeql.rust.internal.generated.ParentChild
44

55
abstract class CfgScope extends AstNode { }
66

rust/ql/lib/codeql/rust/elements/ArrayExprImpl.qll

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/ql/lib/codeql/rust/elements/AsmExprConstructor.qll

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/ql/lib/codeql/rust/elements/AsmExprImpl.qll

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/ql/lib/codeql/rust/elements/AstNodeImpl.qll

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/ql/lib/codeql/rust/elements/AsyncBlockExprConstructor.qll

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)