[all-commits] [llvm/llvm-project] 9c24fc: [Concepts] Fix incorrect TemplateArgs for introduc...

Saar Raz via All-commits all-commits at lists.llvm.org
Sun Jan 26 14:59:48 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c24fca2a33fc0fd059e278bb95c84803dfff9ae
      https://github.com/llvm/llvm-project/commit/9c24fca2a33fc0fd059e278bb95c84803dfff9ae
  Author: Saar Raz <saar at raz.email>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/test/SemaTemplate/instantiate-requires-clause.cpp

  Log Message:
  -----------
  [Concepts] Fix incorrect TemplateArgs for introduction of local parameters

The wrong set of TemplateArgs was being provided to addInstantiatedParametersToScope.
Caused bug #44658.




More information about the All-commits mailing list