[all-commits] [llvm/llvm-project] 3f3739: [clang][CodeGen] Fix MSVC ABI for classes with a d...

Max Winkler via All-commits all-commits at lists.llvm.org
Tue May 7 16:46:41 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f37397c959a85f4cad91b655ea03a5d2450ab38
      https://github.com/llvm/llvm-project/commit/3f37397c959a85f4cad91b655ea03a5d2450ab38
  Author: Max Winkler <max.enrico.winkler at gmail.com>
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    A clang/test/CodeGen/x64-microsoft-arguments.cpp

  Log Message:
  -----------
  [clang][CodeGen] Fix MSVC ABI for classes with a deleted copy assignment operator (#90547)

For global functions and static methods the MSVC ABI returns
structs/classes with a deleted copy assignment operator indirectly.
>From local testing this ABI holds true for all currently supported
architectures including ARM64EC.



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