We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00631fc commit f8212adCopy full SHA for f8212ad
clang/docs/ReleaseNotes.rst
@@ -54,6 +54,11 @@ Clang Frontend Potentially Breaking Changes
54
55
Clang Python Bindings Potentially Breaking Changes
56
--------------------------------------------------
57
+- Parts of the interface returning string results will now return
58
+ the empty string `""` when no result is available, instead of `None`.
59
+- Calling a property on the `CompletionChunk` or `CompletionString` class
60
+ statically now leads to an error, instead of returning a `CachedProperty` object
61
+ that is used internally. Properties are only available on instances.
62
63
What's New in Clang |release|?
64
==============================
0 commit comments