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

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Thu Aug 1 17:37:53 PDT 2024


  Branch: refs/heads/users/mizvekov/clang-deduction-improvements
  Home:   https://github.com/llvm/llvm-project
  Commit: 074e6fa6c086313f9e8cc66ec8403fafa737d785
      https://github.com/llvm/llvm-project/commit/074e6fa6c086313f9e8cc66ec8403fafa737d785
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2024-08-01 (Thu, 01 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