- Deleted the deprecated
getAllocatorCall
predicate fromDeleteOrDeleteArrayExpr
, usegetDeallocatorCall
instead.
- A new predicate
getOffsetInClass
was added to theField
class, which computes the byte offset of a field relative to a givenClass
. - New classes
PreprocessorElifdef
andPreprocessorElifndef
were introduced, which represents the C23/C++23#elifdef
and#elifndef
preprocessor directives. - A new class
TypeLibraryImport
was introduced, which represents the#import
preprocessor directive as used by the Microsoft Visual C++ for importing type libraries.