[all-commits] [llvm/llvm-project] 9b50a8: [Clang] skip alignment checks on incomplete types ...

Oleksandr T. via All-commits all-commits at lists.llvm.org
Fri Jun 21 05:18:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b50a88853cc5df4fcdcb56a2ea57f5db4b1978b
      https://github.com/llvm/llvm-project/commit/9b50a88853cc5df4fcdcb56a2ea57f5db4b1978b
  Author: Oleksandr T <oleksandr.tarasiuk at outlook.com>
  Date:   2024-06-21 (Fri, 21 Jun 2024)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaStmt.cpp
    A clang/test/SemaCXX/lambda-as-default-parameter.cpp

  Log Message:
  -----------
  [Clang] skip alignment checks on incomplete types to avoid an assertion failure while parsing lambda used as default argument (#94542)

Fixes #93512



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list