1 Commits

Author SHA1 Message Date
Max Winkler
3f37397c95
[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.
2024-05-07 19:46:19 -04:00