This is an archive of the discontinued LLVM Phabricator instance.

[clang][ExtractAPI]Fix Declaration fragments for instancetype in the type position degrade to id
ClosedPublic

Authored by chaitanyav on Mar 22 2023, 4:41 PM.

Diff Detail

Event Timeline

chaitanyav created this revision.Mar 22 2023, 4:41 PM
Herald added a project: Restricted Project. · View Herald Transcript
chaitanyav requested review of this revision.Mar 22 2023, 4:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2023, 4:41 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
chaitanyav retitled this revision from Fix Declaration fragments for instancetype in the type position degrade to id to [clang][ExtractAPI]Fix Declaration fragments for instancetype in the type position degrade to id.Mar 22 2023, 4:57 PM
dang added a reviewer: zixuw.Mar 23 2023, 4:24 AM
dang accepted this revision.Mar 23 2023, 4:43 AM

LGTM, but you should also check in the test that id still renders as expected.

This revision is now accepted and ready to land.Mar 23 2023, 4:43 AM

Will update the test to also include a Id instance method.

update test to check for id type

@dang Please review the test/output.

dang accepted this revision.Mar 23 2023, 8:13 AM

Yup looks fine to me!

This revision was landed with ongoing or failed builds.Mar 23 2023, 3:11 PM
This revision was automatically updated to reflect the committed changes.