Fix ReleaseNotes.rst unresolved merge conflict
authorAlan Zhao <ayzhao@google.com>
Mon, 1 May 2023 17:26:05 +0000 (10:26 -0700)
committerAlan Zhao <ayzhao@google.com>
Mon, 1 May 2023 17:26:15 +0000 (10:26 -0700)
clang/docs/ReleaseNotes.rst

index ec0dc0a..a3ee06b 100644 (file)
@@ -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 <https://github.com/llvm/llvm-project/issues/61336>`_)
-<<<<<<< HEAD
 - Fix default member initializers sometimes being ignored when performing
   parenthesized aggregate initialization of templated types.
   (`#62266 <https://github.com/llvm/llvm-project/issues/62266>`_)
-=======
 - Fix overly aggressive lifetime checks for parenthesized aggregate
   initialization.
   (`#61567 <https://github.com/llvm/llvm-project/issues/61567>`_)
->>>>>>> c7422b289522 ([clang] Fix overly aggressive lifetime checks for parenthesized aggregate initialization)
 
 Bug Fixes to AST Handling
 ^^^^^^^^^^^^^^^^^^^^^^^^^