mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
390 B
390 B
5.4.0
New Features
- Exposed various SSA-related classes (
Definition,PhiNode,ExplicitDefinition,DirectExplicitDefinition, andIndirectExplicitDefinition) which were previously only usable inside the internal dataflow directory.
Minor Analysis Improvements
- The
cpp/overrun-writequery now recognizes more bound checks and thus produces fewer false positives.