[PATCH] D153674: [dataflow] Disallow implicit copy of Environment, use fork() instead

DonĂ¡t Nagy via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 30 07:37:23 PDT 2023


donat.nagy added a comment.

When I tried to compile with gcc 7.5 after your fix commit (2f7d30dee826 <https://reviews.llvm.org/rG2f7d30dee8262746c3e8ee1f6f25be8c1ace9990>), I got another very similar compilation error from a different location and I pushed commit cec30e2b190b <https://reviews.llvm.org/rGcec30e2b190bd58a26f54b5fd4232d3828632466> to fix that. After this second correction I can successfully run `ninja check-clang-analysis` with gcc7.5.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153674/new/

https://reviews.llvm.org/D153674



More information about the cfe-commits mailing list