[PATCH] D46439: Fix incorrect packed aligned structure layout
Momchil Velikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 8 07:28:23 PDT 2018
chill marked an inline comment as done.
chill added a comment.
Update: updated comment, added a test.
================
Comment at: lib/Sema/SemaDecl.cpp:15651
}
} else {
ObjCIvarDecl **ClsFields =
----------------
rsmith wrote:
> Do we need to do any attribute processing in this Objective-C interface / implementation / category case?
I think we didn't need it, or else `ProcessDeclAttributeList` would have been called with a null `Record` argument.
https://reviews.llvm.org/D46439
More information about the cfe-commits
mailing list