[all-commits] [llvm/llvm-project] acecf6: Revert two patches to fix GH58452 regression
Erich Keane via All-commits
all-commits at lists.llvm.org
Thu Mar 9 09:17:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: acecf68c8b7c3c625cfa00f00f8ddc8f15baae44
https://github.com/llvm/llvm-project/commit/acecf68c8b7c3c625cfa00f00f8ddc8f15baae44
Author: Erich Keane <erich.keane at intel.com>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/SemaInternal.h
M clang/lib/Sema/SemaTemplateDeduction.cpp
M clang/lib/Sema/SemaTemplateVariadic.cpp
M clang/lib/Sema/TreeTransform.h
M clang/test/CXX/temp/temp.decls/temp.variadic/p5.cpp
M clang/test/SemaTemplate/cxx1z-fold-expressions.cpp
M clang/test/SemaTemplate/pack-deduction.cpp
Log Message:
-----------
Revert two patches to fix GH58452 regression
GH58452 is a regression in the 16.0 release branch caused by both:
b8a1b698afb2fc84819c7596090aabf4d826b436 and
3a0309c53674be56b5cfce038d78a0c2c6e2a98c
This patch reverts both of those to make the 'valid' code stop
diagnosing
at the expense of crashes on invalid + unclear diagnostics.
This patch also adds the tests from GH58452 to prevent any
re-application from breaking this again.
Revert "[clang] Improve diagnostics for expansion length mismatch"
This reverts commit 3a0309c53674be56b5cfce038d78a0c2c6e2a98c.
Revert "[clang] fix missing initialization of original number of expansions"
This reverts commit b8a1b698afb2fc84819c7596090aabf4d826b436.
Differential Revision: https://reviews.llvm.org/D145605
More information about the All-commits
mailing list