[all-commits] [llvm/llvm-project] 0c67cf: [Concepts] Add missing CXXThisScope to function te...

Saar Raz via All-commits all-commits at lists.llvm.org
Tue Feb 4 14:55:24 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c67cfdb114b4c2f5c7ec374cf12118c7fa9d768
      https://github.com/llvm/llvm-project/commit/0c67cfdb114b4c2f5c7ec374cf12118c7fa9d768
  Author: Saar Raz <saar at raz.email>
  Date:   2020-02-05 (Wed, 05 Feb 2020)

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

  Log Message:
  -----------
  [Concepts] Add missing CXXThisScope to function template constraint substitution

We did not have a CXXThisScope around constraint checking of functions and
function template specializations, causing a crash when checking a constraint
that had a 'this' (bug 44689)




More information about the All-commits mailing list