[llvm-branch-commits] [clang] def3733 - Backport PR #203715 to release/23.x

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 30 23:56:30 PDT 2026


Author: Ajay Wakodikar
Date: 2026-07-31T08:56:19+02:00
New Revision: def37339be35964399dae8935ea8fc958e047d49

URL: https://github.com/llvm/llvm-project/commit/def37339be35964399dae8935ea8fc958e047d49
DIFF: https://github.com/llvm/llvm-project/commit/def37339be35964399dae8935ea8fc958e047d49.diff

LOG: Backport PR #203715 to release/23.x

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.md

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.md b/clang/docs/ReleaseNotes.md
index 2ea954b442678..0749b6387fe83 100644
--- a/clang/docs/ReleaseNotes.md
+++ b/clang/docs/ReleaseNotes.md
@@ -835,6 +835,7 @@ latest release, please see the [Clang Web Site](https://clang.llvm.org) or the
 - Fixed a case where function effect analysis (`nonblocking` etc.) did not visit a destructor invoked from a `delete` expression. (#GH184460)
 - Clang now defines the GCC-compatible predefined macros `__WCHAR_MIN__`, `__WINT_MIN__`, and `__SIG_ATOMIC_MIN__`. (#GH199678)
 - Fix a crash in addUnsizedArray due assert not verifying we have a Base before doing checks on it. (#GH44212)
+- Fixed an assertion that could occur when rebuilding parenthesized list initialization expressions during template instantiation or AST transformation.
 
 #### Bug Fixes to Compiler Builtins
 


        


More information about the llvm-branch-commits mailing list