From 392ad6dbaa56ff426427cac7526b7df5d6f5655e Mon Sep 17 00:00:00 2001 From: Sergey Chernykh Date: Mon, 17 Feb 2025 20:40:10 +0800 Subject: [PATCH] Add reviewers for diagnostic Description: * Add @chernykhsergey @igelhaus @Prof1983 as reviewers for diagnostic Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IBMW90 Signed-off-by: Sergey Chernykh --- ets2panda/REVIEWERS | 1 + 1 file changed, 1 insertion(+) diff --git a/ets2panda/REVIEWERS b/ets2panda/REVIEWERS index c748e66ee8..6bf1664bc7 100644 --- a/ets2panda/REVIEWERS +++ b/ets2panda/REVIEWERS @@ -40,6 +40,7 @@ /ets2panda/parser/statementParser.cpp @zelentsovdmitry @igelhaus @Prof1983 @chernykhsergey /ets2panda/scripts/*-build.sh @titovatatiana @igelhaus @Prof1983 /ets2panda/scripts/arkui* @titovatatiana @igelhaus @Prof1983 +/ets2panda/util/diagnostic* @chernykhsergey @igelhaus @Prof1983 /test/workload/ignored*.txt @shirunova_viktoria @kuchkovairina @gavin1012_hw @zhuheng27 /ets2panda/checker/ets/dynamic.cpp @vpukhov @igelhaus @Prof1983 /ets2panda/checker/ets/function.cpp @vpukhov @gogabr @igelhaus @Prof1983 -- Gitee