We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reparse
1 parent 8b614cd commit 82738e4Copy full SHA for 82738e4
clang/docs/ReleaseNotes.rst
@@ -179,6 +179,8 @@ Clang Python Bindings Potentially Breaking Changes
179
- Allow setting the path to the libclang library via environment variables: ``LIBCLANG_LIBRARY_PATH``
180
to specifiy the path to the containing folder, or ``LIBCLANG_LIBRARY_FILE`` to specify the path to
181
the library file
182
+- ``TranslationUnit.reparse`` will now throw an exception when an error occurs.
183
+ Previously, errors were silently ignored.
184
185
What's New in Clang |release|?
186
==============================
0 commit comments