https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/198287
Joshua has been doing the heavy lifting in this area for a while now, so this is making things more official. >From ec79c63516eea28768dfb610b0fdb4957b3a5e8b Mon Sep 17 00:00:00 2001 From: Aaron Ballman <[email protected]> Date: Mon, 18 May 2026 08:40:08 -0400 Subject: [PATCH] Nominate Joshua Cranmer as floating-point maintainer Joshua has been doing the heavy lifting in this area for a while now, so this is making things more official. --- clang/Maintainers.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clang/Maintainers.md b/clang/Maintainers.md index cbbddd19ef834..d43f23c2cd2c0 100644 --- a/clang/Maintainers.md +++ b/clang/Maintainers.md @@ -235,6 +235,11 @@ components within the compiler. Aaron Ballman \ [email protected] (email), aaron.ballman (Phabricator), [AaronBallman](https://github.com/AaronBallman) (GitHub), AaronBallman (Discourse), aaronballman (Discord) +### Floating-point and numerics + +Joshua Cranmer \ [email protected] (email), [jcranmer-intel](https://github.com/jcranmer-intel) (GitHub), jcranmer (Discourse) + ### Plugins Vassil Vassilev \ _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
