This is an archive of the discontinued LLVM Phabricator instance.

[clang][ExtractAPI] Fix declaration fragments for ObjC methods
ClosedPublic

Authored by zixuw on Apr 6 2022, 2:58 PM.

Details

Summary

Objective-C methods selector parts should be considered as identifiers.

Depends on D123259

Diff Detail

Event Timeline

zixuw created this revision.Apr 6 2022, 2:58 PM
Herald added a project: Restricted Project. · View Herald Transcript
zixuw requested review of this revision.Apr 6 2022, 2:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2022, 2:58 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Apr 6 2022, 3:31 PM
dang accepted this revision.Apr 7 2022, 6:08 AM

LGTM

This revision was landed with ongoing or failed builds.Apr 7 2022, 10:23 AM
This revision was automatically updated to reflect the committed changes.