mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
644 B
644 B
4.0.0
Breaking Changes
- Deleted the deprecated
getAllocatorCallpredicate fromDeleteOrDeleteArrayExpr, usegetDeallocatorCallinstead.
New Features
- A new predicate
getOffsetInClasswas added to theFieldclass, which computes the byte offset of a field relative to a givenClass. - New classes
PreprocessorElifdefandPreprocessorElifndefwere introduced, which represents the C23/C++23#elifdefand#elifndefpreprocessor directives. - A new class
TypeLibraryImportwas introduced, which represents the#importpreprocessor directive as used by the Microsoft Visual C++ for importing type libraries.