Sorry, this was a mid-air collision with f2123af1e7d75, fixed in 1adc5a781faa
On Mon, Jun 26, 2023 at 4:23 PM Corentin Jabot via Phabricator < revi...@reviews.llvm.org> wrote: > cor3ntin added a comment. > > This seem to produce build failures > > > /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' > Environment Env = getEnvironmentAtAnnotation(Results, "p"); > ^ > > /home/cor3ntin/dev/compilers/LLVM/llvm-project/clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h:556:3: > note: declared private here > Environment(const Environment &) = default; > ^ > > /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' > Environment Env = getEnvironmentAtAnnotation(Results, "p"); > ^ > > /home/cor3ntin/dev/compilers/LLVM/llvm-project/clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h:556:3: > note: declared private here > Environment(const Environment &) = default; > ^ > > > Repository: > rG LLVM Github Monorepo > > CHANGES SINCE LAST ACTION > https://reviews.llvm.org/D153493/new/ > > https://reviews.llvm.org/D153493 > >
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits