[PATCH] D120729: Promote addInstantiatedParametersToScope to a private Sema function

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 1 07:25:13 PST 2022


erichkeane created this revision.
erichkeane added a reviewer: aaron.ballman.
erichkeane requested review of this revision.

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.


https://reviews.llvm.org/D120729

Files:
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaTemplateInstantiateDecl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120729.412098.patch
Type: text/x-patch
Size: 5455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220301/0ec5e233/attachment-0001.bin>


More information about the cfe-commits mailing list