Skip to content

Commit 842f848

Browse files
author
huqizhi
committed
resolve conflict of ReleaseNote
1 parent c19a66e commit 842f848

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
@@ -260,16 +260,13 @@ Bug Fixes to C++ Support
260260
or non-constant more accurately. Previously, only a subset of the initializer
261261
elements were considered, misclassifying some initializers as constant. Fixes
262262
some of (`#80510 <https://github.com/llvm/llvm-project/issues/80510>`).
263-
<<<<<<< HEAD
264263
- Clang now ignores top-level cv-qualifiers on function parameters in template partial orderings.
265264
(`#75404 <https://github.com/llvm/llvm-project/issues/75404>`_)
266265
- No longer reject valid use of the ``_Alignas`` specifier when declaring a
267266
local variable, which is supported as a C11 extension in C++. Previously, it
268267
was only accepted at namespace scope but not at local function scope.
269-
=======
270268
- Fix a crash in codegen when lambdas declared in an unevaluated context.
271269
Fixes (`#76674 <https://github.com/llvm/llvm-project/issues/76674>`_)
272-
>>>>>>> 5430d0709c2a ([Clang][Sema] fix crash in codegen stage when an lambda expression declared in an unevaluated context)
273270

274271
Bug Fixes to AST Handling
275272
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)