[dataflow] Fix complie on gcc7 part 2
authorDonát Nagy <donat.nagy@ericsson.com>
Fri, 30 Jun 2023 13:43:30 +0000 (15:43 +0200)
committerDonát Nagy <donat.nagy@ericsson.com>
Fri, 30 Jun 2023 14:27:36 +0000 (16:27 +0200)
commitcec30e2b190bd58a26f54b5fd4232d3828632466
treefff2d9b9e3f61eacf33b6587daadd46d1e4ab338
parent363d99db49a1ded7d31c7253d203f737d269ad86
[dataflow] Fix complie on gcc7 part 2

Change c2bb68078eb9 triggered a bug in gcc7 by disabling a copy
constructor. Commit 2f7d30dee826 fixed one occurrence of this issue, but
after that the compilation still failed with another very similar error.

This commit eliminates this second compilation error, and ensures that
`ninja check-clang-analysis` can be successfully executed with gcc 7.5.
clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h