File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ Clang Frontend Potentially Breaking Changes
55
55
Clang Python Bindings Potentially Breaking Changes
56
56
--------------------------------------------------
57
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
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
61
that is used internally. Properties are only available on instances.
62
- - `TranslationUnitLoadError ` now contains an error code in `error_code `
63
- attribute. Also, `TranslationUnit.reparse ` will throw `TranslationUnitLoadError `
62
+ - `` TranslationUnitLoadError `` now contains an error code in `` error_code ` `
63
+ attribute. Also, `` TranslationUnit.reparse `` will throw `` TranslationUnitLoadError ` `
64
64
when operation fails.
65
65
66
66
What's New in Clang |release |?
You can’t perform that action at this time.
0 commit comments