[all-commits] [llvm/llvm-project] c60137: [NFC]Promote addInstantiatedParametersToScope to a...
Erich Keane via All-commits
all-commits at lists.llvm.org
Tue Mar 1 08:32:11 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c601377b23767ede02fe5bbe880c05d420b53250
https://github.com/llvm/llvm-project/commit/c601377b23767ede02fe5bbe880c05d420b53250
Author: Erich Keane <erich.keane at intel.com>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Log Message:
-----------
[NFC]Promote addInstantiatedParametersToScope to a private Sema function
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.
Differential Revision: https://reviews.llvm.org/D120729
More information about the All-commits
mailing list