[all-commits] [llvm/llvm-project] 86c680: [clang] remove unneeded template deduction canonic...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Fri Aug 2 19:17:08 PDT 2024
Branch: refs/heads/users/mizvekov/clang-deduction-improvements
Home: https://github.com/llvm/llvm-project
Commit: 86c6801ad60e867ab95051eb6e279a97aeefa4ce
https://github.com/llvm/llvm-project/commit/86c6801ad60e867ab95051eb6e279a97aeefa4ce
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2024-08-02 (Fri, 02 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