From a9f5172b6e4bd1850b33e74793b66f704f80b420 Mon Sep 17 00:00:00 2001 From: Stephen Canon Date: Tue, 4 Nov 2025 20:36:33 -0500 Subject: [PATCH] Update 0498-runtime-demangle.md --- proposals/0498-runtime-demangle.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proposals/0498-runtime-demangle.md b/proposals/0498-runtime-demangle.md index 7f117d0c16..f7ef196d19 100644 --- a/proposals/0498-runtime-demangle.md +++ b/proposals/0498-runtime-demangle.md @@ -7,6 +7,9 @@ * Implementation: [PR #84788](https://github.com/swiftlang/swift/pull/84788) * Review: * Previous [pitch](https://forums.swift.org/t/demangle-function/25416/16) + * [(pitch)](https://forums.swift.org/t/pitch-expose-demangle-function-in-runtime-module/82605) + [(review)](https://forums.swift.org/t/se-0498-expose-demangle-function-in-runtime-module/83032) + ## Introduction