[PATCH] D97941: [Reland] "Do not apply calling conventions to MSVC entry points"

Elizabeth Andrews via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 8 12:29:27 PST 2021


eandrews updated this revision to Diff 329099.
eandrews edited the summary of this revision.
eandrews added a comment.

Implemented review comment to restrict  __stdcall default calling convention (for WinMain, wWinMain, and DllMain) to 32 bit Windows.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97941/new/

https://reviews.llvm.org/D97941

Files:
  clang/lib/Sema/SemaDecl.cpp
  clang/test/CodeGenCXX/default_calling_conv.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97941.329099.patch
Type: text/x-patch
Size: 4048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210308/f11b45db/attachment.bin>


More information about the cfe-commits mailing list