v21.1.8.2
What's Changed
- Add Attr.PrettyPrint(). by @rolfbjarne in #665
- Add support for protocols in @interface definitions (ObjCInterfaceDecl). by @rolfbjarne in #672
- Fix ObjC[Category|Interface]Decl.TypeParamList. by @rolfbjarne in #673
- Add Type.IsObjCInstanceType. by @rolfbjarne in #670
- Add CXXRecordDecl.IsPOD. by @rolfbjarne in #668
- Add IntegerLiteral.UnsignedValue. by @rolfbjarne in #674
- Add Attr.ObjCRuntimeNameMetadataName. by @rolfbjarne in #676
- Implement CXCursor.IsExternC for VarDecls. by @rolfbjarne in #680
- Add ObjCPropertyDecl.GetPropertyAttributes(). by @rolfbjarne in #667
- Add ObjCMethodDecl.MethodFamily. by @rolfbjarne in #671
- Expose ObjCTypeParamDecl->hasExplicitBound|getVariance to ClangSharp. by @rolfbjarne in #677
- Expose AvailabilityAttr in its various forms to ClangSharp. by @rolfbjarne in #669
- Expose NamedDecl->getQualifiedNameAsString() to ClangSharp. by @rolfbjarne in #682
- Improve performance when fetching Decls. by @rolfbjarne in #679
- Updating the version to v20.1.8.2 by @tannergooding in #684
Full Changelog: v20.1.8...v21.1.8.2