[clang] [llvm] [clang][ssaf] Add the TUSummaryExtractorRegistry (PR #173290)
Balázs Benics via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 22 11:32:38 PST 2025
steakhal wrote:
Does anyone know why my `SummaryExtractorRegistryTest.InvokingExtractors` fails in the CI, but does not fail on my Mac?
I also feel like my expectation is right, given that `ASTConsumers` in a `std::vector` should destruct in reverse order; thus the side effects of logging should reflect this.
https://github.com/llvm/llvm-project/pull/173290
More information about the llvm-commits
mailing list