Revert "Merge pull request #18057 from jketema/codeql-cli-2.19.4"

This reverts commit ed922f6519, reversing
changes made to aa4cc72f30.
This commit is contained in:
Mathias Vorreiter Pedersen
2024-12-04 14:32:18 +00:00
parent 32bfbb832b
commit 20dfbdc5cc
9 changed files with 755 additions and 125 deletions

View File

@@ -1,3 +1,5 @@
## 2.1.1
No user-facing changes.
### Minor Analysis Improvements
* The `Guards` library (`semmle.code.cpp.controlflow.Guards`) has been improved to recognize more guard conditions. Additionally, the guards library no longer considers guards in static local initializers or global initializers as `GuardCondition`s.