This is an archive of the discontinued LLVM Phabricator instance.

[clang][ExtractAPI] Add support for C++ variable templates
ClosedPublic

Authored by evelez7 on Aug 7 2023, 6:28 PM.

Details

Summary

Serialize global C++ variable templates and specializations.

Depends on D157076

Diff Detail

Event Timeline

evelez7 created this revision.Aug 7 2023, 6:28 PM
Herald added a project: Restricted Project. · View Herald Transcript
evelez7 requested review of this revision.Aug 7 2023, 6:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 7 2023, 6:28 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
evelez7 updated this revision to Diff 550485.Aug 15 2023, 2:43 PM

Get rid of unnecessary function for checking if global var

evelez7 updated this revision to Diff 550944.Aug 16 2023, 5:49 PM

Update all instances of Spec to Specialization

evelez7 updated this revision to Diff 550950.Aug 16 2023, 6:29 PM

Forgot Spec instance in SerializerBase

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

LGTM

This revision is now accepted and ready to land.Aug 18 2023, 8:03 AM