[clang] Delete dead value dependence check. (PR #211706)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 29 18:46:04 PDT 2026
efriedma-quic wrote:
Updated with a version that resolves the issue with using a pointer as a template argument. It's actually an existing bug: if you rewrite the example to use a reference instead of a pointer, it triggers without the patch.
Still trying to figure out a few more edge cases.
https://github.com/llvm/llvm-project/pull/211706
More information about the cfe-commits
mailing list