suoyuan666 wrote: > # 🐧 Linux x64 Test Results > > The build failed before running any tests. Click on a failure below to see > the details. > tools/clang/lib/Analysis/LifetimeSafety/CMakeFiles/obj.clangAnalysisLifetimeSafety.dir/Checker.cpp.o > > If these failures are unrelated to your changes (for example tests are broken > or flaky at HEAD), please open an issue at > https://github.com/llvm/llvm-project/issues and add the `infrastructure` > label.
It seems I forgot to import `<queue>`, but I didn't encounter this problem when compiling locally. Anyway, I switched to using `llvm::SmallVector` instead of `std::queue`, and now it should be fine. https://github.com/llvm/llvm-project/pull/188467 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
