Skip to content

Commit 82738e4

Browse files
authored
[libclang/python] Add release notes for reparse throwing (#173301)
``TranslationUnit.reparse`` will now throw an exception when an error occurs. Previously, errors were silently ignored.
1 parent 8b614cd commit 82738e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ Clang Python Bindings Potentially Breaking Changes
179179
- Allow setting the path to the libclang library via environment variables: ``LIBCLANG_LIBRARY_PATH``
180180
to specifiy the path to the containing folder, or ``LIBCLANG_LIBRARY_FILE`` to specify the path to
181181
the library file
182+
- ``TranslationUnit.reparse`` will now throw an exception when an error occurs.
183+
Previously, errors were silently ignored.
182184

183185
What's New in Clang |release|?
184186
==============================

0 commit comments

Comments
 (0)