Author: Thomas Applencourt Date: 2025-12-22T23:49:19+04:00 New Revision: 82738e46f77f9e7ba800579cefcdd0864346675a
URL: https://github.com/llvm/llvm-project/commit/82738e46f77f9e7ba800579cefcdd0864346675a DIFF: https://github.com/llvm/llvm-project/commit/82738e46f77f9e7ba800579cefcdd0864346675a.diff LOG: [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. Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index ba14a50c1f177..33d0520d15b38 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -179,6 +179,8 @@ Clang Python Bindings Potentially Breaking Changes - Allow setting the path to the libclang library via environment variables: ``LIBCLANG_LIBRARY_PATH`` to specifiy the path to the containing folder, or ``LIBCLANG_LIBRARY_FILE`` to specify the path to the library file +- ``TranslationUnit.reparse`` will now throw an exception when an error occurs. + Previously, errors were silently ignored. What's New in Clang |release|? ============================== _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
