[all-commits] [llvm/llvm-project] cec30e: [dataflow] Fix complie on gcc7 part 2
DonatNagyE via All-commits
all-commits at lists.llvm.org
Fri Jun 30 07:32:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cec30e2b190bd58a26f54b5fd4232d3828632466
https://github.com/llvm/llvm-project/commit/cec30e2b190bd58a26f54b5fd4232d3828632466
Author: DonĂ¡t Nagy <donat.nagy at ericsson.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h
Log Message:
-----------
[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.
More information about the All-commits
mailing list