llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Jannick Kremer (DeinAlptraum) <details> <summary>Changes</summary> This corrects a release note introduced in #<!-- -->98745 --- Full diff: https://github.com/llvm/llvm-project/pull/102807.diff 1 Files Affected: - (modified) clang/docs/ReleaseNotes.rst (+3-3) ``````````diff diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index d002a9c747dd6..6796a619ba97f 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -61,9 +61,9 @@ Clang Frontend Potentially Breaking Changes Clang Python Bindings Potentially Breaking Changes -------------------------------------------------- - Parts of the interface returning string results will now return - the empty string `""` when no result is available, instead of `None`. -- Calling a property on the `CompletionChunk` or `CompletionString` class - statically now leads to an error, instead of returning a `CachedProperty` object + the empty string ``""`` when no result is available, instead of ``None``. +- Calling a property on the ``CompletionChunk`` or ``CompletionString`` class + statically now leads to an error, instead of returning a ``CachedProperty`` object that is used internally. Properties are only available on instances. What's New in Clang |release|? `````````` </details> https://github.com/llvm/llvm-project/pull/102807 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits