Author: Aaron Ballman Date: 2026-08-14T07:13:04-04:00 New Revision: 6baa105d7995f59865808f9a2bf2e62ee0384883
URL: https://github.com/llvm/llvm-project/commit/6baa105d7995f59865808f9a2bf2e62ee0384883 DIFF: https://github.com/llvm/llvm-project/commit/6baa105d7995f59865808f9a2bf2e62ee0384883.diff LOG: Add John McCall as Swift conformance maintainer (#216041) We've had a small number of PRs and issues come up that touch on Swift, so this adds John as the point of contact for Swift related concerns as they come up in Clang. Added: Modified: clang/Maintainers.md Removed: ################################################################################ diff --git a/clang/Maintainers.md b/clang/Maintainers.md index 497a7098a9dac..9fbc75e7492c8 100644 --- a/clang/Maintainers.md +++ b/clang/Maintainers.md @@ -303,6 +303,12 @@ [email protected] (email), [Endilll](https://github.com/Endilll) Akira Hatanaka \ [email protected], [ahatanak](https://github.com/ahatanak) (GitHub), ahatanak4220 (Discord), ahatanak (Discourse) +### Swift conformance + +John McCall \ [email protected] (email), [rjmccall](https://github.com/rjmccall) (GitHub) + + ### OpenMP conformance Alexey Bataev \ _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
