================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
