[clang] [clang][dataflow] Fix assignment of unknown values. (PR #178943)

Yitzhak Mandelbaum via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 3 07:23:43 PST 2026


ymand wrote:

@jvoung points out that this fix will introduce nullptr crashes in certain cases, since `createValue` can validly return nullptr. Please revert this change (or quickly send a fix). Sorry I missed that!

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


More information about the cfe-commits mailing list