<div dir="ltr">Sorry, this was a mid-air collision with f2123af1e7d75, fixed in 1adc5a781faa</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 26, 2023 at 4:23 PM Corentin Jabot via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">cor3ntin added a comment.<br>
<br>
This seem to produce build failures<br>
<br>
  /home/cor3ntin/dev/compilers/LLVM/llvm-project/clang/unittests/Analysis/FlowSensitive/RecordOpsTest.cpp:50:27: error: calling a private constructor of class 'clang::dataflow::Environment'<br>
          Environment Env = getEnvironmentAtAnnotation(Results, "p");<br>
                            ^<br>
  /home/cor3ntin/dev/compilers/LLVM/llvm-project/clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h:556:3: note: declared private here<br>
    Environment(const Environment &) = default;<br>
    ^<br>
  /home/cor3ntin/dev/compilers/LLVM/llvm-project/clang/unittests/Analysis/FlowSensitive/RecordOpsTest.cpp:112:27: error: calling a private constructor of class 'clang::dataflow::Environment'<br>
          Environment Env = getEnvironmentAtAnnotation(Results, "p");<br>
                            ^<br>
  /home/cor3ntin/dev/compilers/LLVM/llvm-project/clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h:556:3: note: declared private here<br>
    Environment(const Environment &) = default;<br>
    ^<br>
<br>
<br>
Repository:<br>
  rG LLVM Github Monorepo<br>
<br>
CHANGES SINCE LAST ACTION<br>
  <a href="https://reviews.llvm.org/D153493/new/" rel="noreferrer" target="_blank">https://reviews.llvm.org/D153493/new/</a><br>
<br>
<a href="https://reviews.llvm.org/D153493" rel="noreferrer" target="_blank">https://reviews.llvm.org/D153493</a><br>
<br>
</blockquote></div>