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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D120729
[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
Diff Detail
Event Timelineerichkeane 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 Closed by commit rGc601377b2376: [NFC]Promote addInstantiatedParametersToScope to a private Sema function (authored by erichkeane). · Explain WhyMar 1 2022, 8:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 412119 clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
|