File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -260,16 +260,13 @@ Bug Fixes to C++ Support
260
260
or non-constant more accurately. Previously, only a subset of the initializer
261
261
elements were considered, misclassifying some initializers as constant. Fixes
262
262
some of (`#80510 <https://github.com/llvm/llvm-project/issues/80510> `).
263
- <<<<<<< HEAD
264
263
- Clang now ignores top-level cv-qualifiers on function parameters in template partial orderings.
265
264
(`#75404 <https://github.com/llvm/llvm-project/issues/75404 >`_)
266
265
- No longer reject valid use of the ``_Alignas `` specifier when declaring a
267
266
local variable, which is supported as a C11 extension in C++. Previously, it
268
267
was only accepted at namespace scope but not at local function scope.
269
- =======
270
268
- Fix a crash in codegen when lambdas declared in an unevaluated context.
271
269
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)
273
270
274
271
Bug Fixes to AST Handling
275
272
^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments