https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/175773
Per discussion on [Discourse](https://discourse.llvm.org/t/rfc-integrating-singlebytecoverage-with-branch-coverage/82492/15), I am nominating @chapuni and @evodius96 as maintainers of code coverage in Clang. Please accept this PR to signal your acceptance of the nomination, if you'd like. Additionally, I took a shot at adding contact information for you, so please let me know if anything is wrong or missing. >From f66927d5ad53004d9fb067330bd333166a00879d Mon Sep 17 00:00:00 2001 From: Aaron Ballman <[email protected]> Date: Tue, 13 Jan 2026 09:59:47 -0500 Subject: [PATCH 1/2] Nominate chapuni for code coverage maintainer --- clang/Maintainers.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clang/Maintainers.rst b/clang/Maintainers.rst index 8a5a7ed7c2a41..e4dc52779d180 100644 --- a/clang/Maintainers.rst +++ b/clang/Maintainers.rst @@ -201,6 +201,12 @@ Function Effect Analysis | aeternalmail\@gmail.com (email), Sirraide (GitHub), Ætérnal (Discord), Sirraide (Discourse) +Code Coverage +~~~~~~~~~~~~~ +| Takumi Nakamura +| geek4civic\@gmail.com (email), chapuni(GitHub), chapuni (Discord), chapuni (Discourse) + + Tools ----- These maintainers are responsible for user-facing tools under the Clang >From 72b45dba7b1acaf900e1c03edc2aa9917e9b0ba7 Mon Sep 17 00:00:00 2001 From: Aaron Ballman <[email protected]> Date: Tue, 13 Jan 2026 10:03:44 -0500 Subject: [PATCH 2/2] Nominate evodius96 for code coverage maintainer --- clang/Maintainers.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clang/Maintainers.rst b/clang/Maintainers.rst index e4dc52779d180..cac3f38a98bf7 100644 --- a/clang/Maintainers.rst +++ b/clang/Maintainers.rst @@ -206,6 +206,9 @@ Code Coverage | Takumi Nakamura | geek4civic\@gmail.com (email), chapuni(GitHub), chapuni (Discord), chapuni (Discourse) +| Alan Phipps +| a-phipps\@ti.com (email), evodius96 (GitHub), evodius96 (Discourse) + Tools ----- _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
