Unverified Commit 3f37397c authored by Max Winkler's avatar Max Winkler Committed by GitHub
Browse files

[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.
parent c0d9efd3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment