mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
464 B
464 B
0.11.0
Breaking Changes
- The
ContainerandFolderclasses now derive fromElementBaseinstead ofLocatable, and no longer expose thegetLocationpredicate. UsegetURLinstead.
New Features
- Added a new class
AdditionalCallTargetfor specifying additional call targets.
Minor Analysis Improvements
- More field accesses are identified as
ImplicitThisFieldAccess. - Added support for new floating-point types in C23 and C++23.