File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ Clang Frontend Potentially Breaking Changes
61
61
Clang Python Bindings Potentially Breaking Changes
62
62
--------------------------------------------------
63
63
- Parts of the interface returning string results will now return
64
- the empty string `"" ` when no result is available, instead of `None `.
65
- - Calling a property on the `CompletionChunk ` or `CompletionString ` class
66
- statically now leads to an error, instead of returning a `CachedProperty ` object
64
+ the empty string `` "" `` when no result is available, instead of `` None ` `.
65
+ - Calling a property on the `` CompletionChunk `` or `` CompletionString ` ` class
66
+ statically now leads to an error, instead of returning a `` CachedProperty ` ` object
67
67
that is used internally. Properties are only available on instances.
68
68
69
69
What's New in Clang |release |?
You can’t perform that action at this time.
0 commit comments