[PATCH] D66121: Debug Info: Nest Objective-C property function decls inside their container.
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 11 12:02:52 PDT 2019
rjmccall added a comment.
Right, that sounds reasonable. You should be making them link up exactly like a normal method implementation, so if SemaObjC doesn't consider normal method implementations to be redeclarations, then I guess these aren't either. And if we want to change that in the future, then we'll change it for these, too.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66121/new/
https://reviews.llvm.org/D66121
More information about the cfe-commits
mailing list