This is an archive of the discontinued LLVM Phabricator instance.

[clang][ExtractAPI] Visit method templates with better scheme
ClosedPublic

Authored by evelez7 on Aug 15 2023, 2:59 PM.

Details

Summary

Visit and serialize method templates and template specializations. Introduces a new scheme of visiting child Decls via VisitCXXMethodDecl which will be followed in future patches for Fields and non-template methods.

Depends on D157579

Diff Detail

Event Timeline

evelez7 created this revision.Aug 15 2023, 2:59 PM
Herald added a project: Restricted Project. · View Herald Transcript
evelez7 requested review of this revision.Aug 15 2023, 2:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 2:59 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
evelez7 updated this revision to Diff 550500.Aug 15 2023, 3:10 PM

Fix arbitrary include changes

evelez7 updated this revision to Diff 550953.Aug 16 2023, 6:42 PM

Update Spec naming

dang accepted this revision.Aug 18 2023, 8:09 AM

LGTM

This revision is now accepted and ready to land.Aug 18 2023, 8:09 AM
This revision was landed with ongoing or failed builds.Aug 21 2023, 9:06 AM
This revision was automatically updated to reflect the committed changes.