Revert "Merge pull request #6004 from MathiasVP/path-sensitive-stack-variable-reachability-analysis"

This reverts commit e3e7b00986, reversing
changes made to 8ccdd4fb9f.
This commit is contained in:
Mathias Vorreiter Pedersen
2021-07-20 18:06:49 +02:00
parent 43c68eae94
commit a006a7fb24
20 changed files with 166 additions and 682 deletions

View File

@@ -1,4 +0,0 @@
lgtm,codescanning
* The `StackVariableReachability` library now ignores some paths that contain an infeasible combination
of conditionals. These improvements primarily affect the queries `cpp/uninitialized-local` and
`cpp/use-after-free`.