This is an archive of the discontinued LLVM Phabricator instance.

Fix bug 44190 - wrong code with #pragma pack(1)
ClosedPublic

Authored by yaxunl on Dec 10 2019, 9:05 AM.

Details

Diff Detail

Event Timeline

yaxunl created this revision.Dec 10 2019, 9:05 AM
rjmccall added inline comments.Dec 10 2019, 9:47 AM
clang/lib/CodeGen/CGCall.cpp
4009

Thanks for the fix. Please remove all the unnecessary parens, but otherwise LGTM.

yaxunl updated this revision to Diff 233133.Dec 10 2019, 10:01 AM

remove parenthesis

yaxunl marked 2 inline comments as done.Dec 10 2019, 10:01 AM
yaxunl added inline comments.
clang/lib/CodeGen/CGCall.cpp
4009

fixed

rjmccall accepted this revision.Dec 10 2019, 10:10 AM
This revision is now accepted and ready to land.Dec 10 2019, 10:10 AM
This revision was automatically updated to reflect the committed changes.
yaxunl marked an inline comment as done.
Herald added a project: Restricted Project. · View Herald TranscriptDec 10 2019, 11:05 AM