[all-commits] [llvm/llvm-project] 94623f: [NFC] move CheckInstantiatedFunctionTemplateConstr...

Erich Keane via All-commits all-commits at lists.llvm.org
Thu Mar 3 11:47:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 94623fb1c94841a3abc818c4d99a7154a9ed7df2
      https://github.com/llvm/llvm-project/commit/94623fb1c94841a3abc818c4d99a7154a9ed7df2
  Author: Erich Keane <erich.keane at intel.com>
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
    M clang/lib/Sema/SemaConcept.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp

  Log Message:
  -----------
  [NFC] move CheckInstantiatedFunctionTemplateConstraints to SemaConcepts.cpp

This is a Sema function that now no longer depends on any of the
functionality in SemaTemplateInstantiateDecl.cpp (as the static function
was moved to Sema in a previous NFC).  Moving it to SemaConcept means
that it and CheckFunctionConstraints can be changed to share more.




More information about the All-commits mailing list