[all-commits] [llvm/llvm-project] 617a15: [clang codegen] Fix MS ABI detection of user-provi...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Wed May 1 15:59:16 PDT 2024
Branch: refs/heads/release/18.x
Home: https://github.com/llvm/llvm-project
Commit: 617a15a9eac96088ae5e9134248d8236e34b91b1
https://github.com/llvm/llvm-project/commit/617a15a9eac96088ae5e9134248d8236e34b91b1
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2024-05-01 (Wed, 01 May 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/CodeGen/MicrosoftCXXABI.cpp
M clang/test/CodeGen/arm64-microsoft-arguments.cpp
Log Message:
-----------
[clang codegen] Fix MS ABI detection of user-provided constructors. (#90151)
In the context of determining whether a class counts as an "aggregate",
a constructor template counts as a user-provided constructor.
Fixes #86384
(cherry picked from commit 3ab4ae9e58c09dfd8203547ba8916f3458a0a481)
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