[clang] [NFC][libclang/python] Fix code highlighting in release notes (PR #102807)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 11 02:03:11 PDT 2024
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
More information about the cfe-commits
mailing list