mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Data flow: Refactoring + performance improvements
cf https://github.com/Semmle/ql/pull/2903
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -243,7 +243,7 @@ private module Cached {
|
||||
* - Types are checked using the `compatibleTypes()` relation.
|
||||
*/
|
||||
cached
|
||||
module Final {
|
||||
private module Final {
|
||||
/**
|
||||
* Holds if `p` can flow to `node` in the same callable using only
|
||||
* value-preserving steps, not taking call contexts into account.
|
||||
|
||||
Reference in New Issue
Block a user