[all-commits] [llvm/llvm-project] 41bddc: [SSAF] Replace std::set with SetVector for determi...
Ziqing Luo via All-commits
all-commits at lists.llvm.org
Wed Jul 8 15:54:29 PDT 2026
Branch: refs/heads/users/ziqingluo/PR-204482-follow-up
Home: https://github.com/llvm/llvm-project
Commit: 41bddc13dd858e7ca483dc8816adca0796a62356
https://github.com/llvm/llvm-project/commit/41bddc13dd858e7ca483dc8816adca0796a62356
Author: Ziqing Luo <ziqing_luo at apple.com>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M clang/lib/ScalableStaticAnalysis/Analyses/SSAFAnalysesCommon.cpp
M clang/lib/ScalableStaticAnalysis/Analyses/SSAFAnalysesCommon.h
Log Message:
-----------
[SSAF] Replace std::set with SetVector for deterministic order of contributor Decls
The container `std::set<const NamedDecl *>` created a
non-deterministic traversal order for a contributor's `Decls`, making
the resulting representative `Decls[0]` non-deterministic as well.
Also fix typos in assertion messages.
Follow-up to #204482.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list