Skip to content

Commit 4403c4f

Browse files
committed
[Clang] Remove conflict markers from ReleaseNotes
1 parent 26fa17e commit 4403c4f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -616,16 +616,13 @@ C++ Language Changes in Clang
616616
conforming GNU extensions. Projects incompatible with C++17 can add
617617
``-std=gnu++14`` to their build settings to restore the previous behaviour.
618618
- Implemented DR2358 allowing init captures in lambdas in default arguments.
619-
<<<<<<< HEAD
620619
- implemented `DR2654 <https://wg21.link/cwg2654>`_ which undeprecates
621620
all compound assignements operations on volatile qualified variables.
622-
=======
623621
- Implemented DR2631. Invalid ``consteval`` calls in default arguments and default
624622
member initializers are diagnosed when and if the default is used.
625623
This Fixes `Issue 56379 <https://github.com/llvm/llvm-project/issues/56379>`_
626624
and changes the value of ``std::source_location::current()``
627625
used in default parameters calls compared to previous versions of Clang.
628-
>>>>>>> 7c4d4089e1fd (Implement CWG2631)
629626

630627
C++20 Feature Support
631628
^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)