[clang] [clang-tools-extra] [clang] Implement CWG2398 provisional TTP matching to class templates (PR #94981)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 5 09:50:36 PDT 2024
================
@@ -9219,7 +9222,8 @@ class Sema final : public SemaBase {
/// \returns true if an error occurred, false otherwise.
bool CheckTemplateArgumentList(
TemplateDecl *Template, SourceLocation TemplateLoc,
- TemplateArgumentListInfo &TemplateArgs, bool PartialTemplateArgs,
+ TemplateArgumentListInfo &TemplateArgs,
----------------
cor3ntin wrote:
Can we think about ways to simplify these interface in a subsequent patch?
@AaronBallman @erichkeane for additional opinions
https://github.com/llvm/llvm-project/pull/94981
More information about the cfe-commits
mailing list