v21.1.8
What's Changed
- feat: support single quote digits separator by @davidelettieri in #639
- Migrate to slnx by @tannergooding in #640
- Update testing framework by @ds5678 in #646
- Ensure that AggressiveInlining is emitted for the IID helpers by @tannergooding in #649
- Fix infinite recursion in IsType by @ds5678 in #644
- Improve method naming for conversions to pointers by @ds5678 in #643
- Fix compiler warning by always returning a value. by @rolfbjarne in #650
- Fix a few compiler warnings. by @rolfbjarne in #651
- Update to Clang v21.1.8 by @tannergooding in #656
- Check 'ObjCCategoryDecl->getTypeParamList()' for null before trying to use the result. by @rolfbjarne in #655
- Update assert in CXCursor after update to Clang v21. by @rolfbjarne in #660
- Fix creating ObjCInterfaceType instances. by @rolfbjarne in #662
- Add ObjCMethodDecl.IsPropertyAccessor. by @rolfbjarne in #661
- Added special handling of bool to byte remapping in indirect fields. … by @ghord in #659
- Fix handling ElaboratedType and TypeWithKeyword instances of id/SEL/Class. by @rolfbjarne in #663
- Add ObjCMethodDecl.Selector. by @rolfbjarne in #664
- Updating to libClangSharp v21.1.8.1 by @tannergooding in #666
New Contributors
- @davidelettieri made their first contribution in #639
- @rolfbjarne made their first contribution in #650
- @ghord made their first contribution in #659
Full Changelog: v20.1.2.4...v21.1.8