From f762798599171efca03964f4371cc8104d2392f9 Mon Sep 17 00:00:00 2001 From: Alan Zhao Date: Mon, 1 May 2023 10:26:05 -0700 Subject: [PATCH] Fix ReleaseNotes.rst unresolved merge conflict --- clang/docs/ReleaseNotes.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index ec0dc0a..a3ee06b 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -373,15 +373,12 @@ Bug Fixes to C++ Support - Fix bug in the computation of the ``__has_unique_object_representations`` builtin for types with unnamed bitfields. (`#61336 `_) -<<<<<<< HEAD - Fix default member initializers sometimes being ignored when performing parenthesized aggregate initialization of templated types. (`#62266 `_) -======= - Fix overly aggressive lifetime checks for parenthesized aggregate initialization. (`#61567 `_) ->>>>>>> c7422b289522 ([clang] Fix overly aggressive lifetime checks for parenthesized aggregate initialization) Bug Fixes to AST Handling ^^^^^^^^^^^^^^^^^^^^^^^^^ -- 2.7.4