[clang] [Clang] Fix assertion failure (#189260) (PR #189305)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 31 09:46:27 PDT 2026


================
@@ -113,7 +113,7 @@ Clang Python Bindings Potentially Breaking Changes
   ``locations`` argument are passed. Previousy, ``locations`` took precedence.
 - ``_CXUnsavedFile`` will be renamed to ``UnsavedFile`` for consistency.
   ``UnsavedFile`` is already available to use and existing uses should
-  be adapted to refer to it instead. ``_CXUnsavedFile`` will be removed in a 
+  be adapted to refer to it instead. ``_CXUnsavedFile`` will be removed in a
----------------
jhuber6 wrote:

Guessing this is your editor automatically fixing this? There shouldn't be whitespace here but it's unrelated so just leave it the way it was.

https://github.com/llvm/llvm-project/pull/189305


More information about the cfe-commits mailing list