[clang] [clang] diagnose invalid std::tuple_size sizes (PR #159677)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 19 11:18:43 PDT 2025


zyn0217 wrote:

> I mean do we need to use the other patch at all? Why not just backport this one?

I remembered adding a new diagnostic in a backport patch could cause an ABI break, since we can somehow change the enumeration order in the tablegen files.


https://github.com/llvm/llvm-project/pull/159677


More information about the cfe-commits mailing list