[clang] Delete dead value dependence check. (PR #211706)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 24 08:22:41 PDT 2026


efriedma-quic wrote:

With my patch, we diagnose "error: class member cannot be redeclared" (because we prove that both "xx" and "*&xx" are equal to zero, and neither is marked value-dependent).

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


More information about the cfe-commits mailing list