[all-commits] [llvm/llvm-project] 45538b: [Concepts] Fix bug when referencing function param...

Saar Raz via All-commits all-commits at lists.llvm.org
Wed Jan 22 01:25:36 PST 2020


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

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

  Log Message:
  -----------
  [Concepts] Fix bug when referencing function parameters in instantiated function template requires clause

Fixes bug #44613 - instantiated parameters were not being added when instantiating the requires clauses.




More information about the All-commits mailing list