[clang] [clang][nullability] Don't discard expression state before end of full-expression. (PR #82611)
Yitzhak Mandelbaum via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 6 07:22:02 PST 2024
================
@@ -248,12 +251,12 @@ class JoinedStateBuilder {
// initialize the state of each basic block differently.
return {AC.Analysis.typeErasedInitialElement(), AC.InitEnv.fork()};
if (All.size() == 1)
----------------
ymand wrote:
Agreed with keeping as is for reducing complexity.
https://github.com/llvm/llvm-project/pull/82611
More information about the cfe-commits
mailing list