-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust: Compute canonical paths in QL #19134
base: main
Are you sure you want to change the base?
Conversation
d651636
to
612f797
Compare
612f797
to
bd478dd
Compare
result.getPath().getText() = "path" | ||
} | ||
|
||
private Meta testgetPathAttrMeta(TokenTree tree, Token t) { |
Check warning
Code scanning / CodeQL
Dead code Warning
t.getParentNode() = tree | ||
} | ||
|
||
private predicate sdf(Token t) { |
Check warning
Code scanning / CodeQL
Dead code Warning
@@ -1084,6 +1411,42 @@ | |||
) | |||
} | |||
|
|||
private predicate test( |
Check warning
Code scanning / CodeQL
Dead code Warning
@@ -145,3 +145,8 @@ | |||
} | |||
|
|||
module CallGraphCompare = Compare<CallGraph, RustAnalyzerCallGraph, QlCallGraph>; | |||
|
|||
private predicate qlMissingCanonicalPath(Addressable a, string path) { |
Check warning
Code scanning / CodeQL
Dead code Warning
No description provided.