This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Promote addInstantiatedParametersToScope to a private Sema function
ClosedPublic

Authored by erichkeane on Mar 1 2022, 7:25 AM.

Details

Summary

This is used a few places in SemaTeplateInstantiateDecl, but is going
to be useful in SemaConcept.cpp as well. This patch switches it to be
a private function in Sema.

Diff Detail

Event Timeline

erichkeane requested review of this revision.Mar 1 2022, 7:25 AM
erichkeane created this revision.
erichkeane retitled this revision from Promote addInstantiatedParametersToScope to a private Sema function to [NFC] Promote addInstantiatedParametersToScope to a private Sema function.
This revision is now accepted and ready to land.Mar 1 2022, 8:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2022, 8:32 AM