This is an archive of the discontinued LLVM Phabricator instance.

[AST] QualifiedTemplateName::getTemplateDecl cleanup.
ClosedPublic

Authored by hokein on Apr 22 2022, 1:36 AM.

Diff Detail

Event Timeline

hokein created this revision.Apr 22 2022, 1:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2022, 1:36 AM
Herald added a subscriber: arphaman. · View Herald Transcript
hokein requested review of this revision.Apr 22 2022, 1:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2022, 1:36 AM
sammccall accepted this revision.Apr 22 2022, 3:10 AM
sammccall added inline comments.
clang/lib/AST/ItaniumMangle.cpp
2206

can't this just be TN.getAsTemplateDecl() and tacked onto the next case?

clang/tools/libclang/CIndex.cpp
1463–1464

this can be handled along with the Template/UsingTemplate cases (apart from the fixme)

This revision is now accepted and ready to land.Apr 22 2022, 3:10 AM
hokein updated this revision to Diff 424446.Apr 22 2022, 5:28 AM
hokein marked 2 inline comments as done.

address comments

This revision was landed with ongoing or failed builds.Apr 22 2022, 5:29 AM
This revision was automatically updated to reflect the committed changes.