[all-commits] [llvm/llvm-project] e709b8: [clang] SFINAE context refactor

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Wed Oct 22 20:37:42 PDT 2025


  Branch: refs/heads/users/mizvekov/sfinae-context-refactor
  Home:   https://github.com/llvm/llvm-project
  Commit: e709b8ed77c9a33cd3c0940f0637e9dd333d29f9
      https://github.com/llvm/llvm-project/commit/e709b8ed77c9a33cd3c0940f0637e9dd333d29f9
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2025-10-23 (Thu, 23 Oct 2025)

  Changed paths:
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaAMDGPU.cpp
    M clang/lib/Sema/SemaConcept.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateDeductionGuide.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaTemplateVariadic.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/test/SemaCXX/attr-mode-tmpl.cpp
    M clang/test/SemaCXX/cxx23-assume.cpp
    M clang/test/SemaTemplate/temp_arg_nontype.cpp
    M clang/test/SemaTemplate/temp_arg_nontype_cxx11.cpp

  Log Message:
  -----------
  [clang] SFINAE context refactor

This teases the SFINAE handling bits out of the CodeSynthesisContext,
and moves that functionality into SFINAETrap and a new class.

There is also a small performance benefit here:



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list