- Deleted the deprecated
getAllocatorCallpredicate fromDeleteOrDeleteArrayExpr, usegetDeallocatorCallinstead.
- 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.