[clang] [clang][analyzer] Stable order for SymbolRef-keyed containers (PR #121551)
Arseniy Zaostrovnykh via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 3 08:51:51 PST 2025
================
@@ -56,6 +68,8 @@ class SymExpr : public llvm::FoldingSetNode {
Kind getKind() const { return K; }
+ SymbolID getSymbolID() const { return Sym; }
----------------
necto wrote:
Documented in
355c588f4469 az/order-by-symref-id [NFC] A doc comment explaining the SymExpr::getSymbolID()
https://github.com/llvm/llvm-project/pull/121551
More information about the cfe-commits
mailing list