[all-commits] [llvm/llvm-project] fd9bdc: [clang] remove unneeded template deduction canonic...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Sun Aug 4 15:04:15 PDT 2024


  Branch: refs/heads/users/mizvekov/clang-deduction-improvements
  Home:   https://github.com/llvm/llvm-project
  Commit: fd9bdcc17821be3d22e0787759cbdd6b077dbd90
      https://github.com/llvm/llvm-project/commit/fd9bdcc17821be3d22e0787759cbdd6b077dbd90
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2024-08-04 (Sun, 04 Aug 2024)

  Changed paths:
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/test/SemaCXX/cxx1y-generic-lambdas-variadics.cpp
    M clang/test/SemaCXX/cxx1y-generic-lambdas.cpp

  Log Message:
  -----------
  [clang] remove unneeded template deduction canonicalizations

This is mostly a cleanups patch, with some hard to observe
sugar preservation improvements.

Except for the function template deduction changes
which improve some pre-existing diagnostics a little bit.



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