[all-commits] [llvm/llvm-project] cf5187: [clang][MSExtentions] Fix invalid overload failure...
Takuya Shimizu via All-commits
all-commits at lists.llvm.org
Thu Sep 7 21:22:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf51876dd90968787692ef77b4de05c36c730936
https://github.com/llvm/llvm-project/commit/cf51876dd90968787692ef77b4de05c36c730936
Author: Takuya Shimizu <shimizu2486 at gmail.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaOverload.cpp
M clang/test/SemaCXX/MicrosoftExtensions.cpp
Log Message:
-----------
[clang][MSExtentions] Fix invalid overload failure about the loss of `__unaligned` qualifier (#65248)
Loss of `__unaligned` qualifier does not invalidate overload candidates.
This fixes a regression reported in https://reviews.llvm.org/D153690
Reviewed By: cor3ntin, AaronBallman
PR: https://github.com/llvm/llvm-project/pull/65248
More information about the All-commits
mailing list