From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code Date: Thu, 04 Jun 2026 12:12:48 +1000 Message-ID: In-Reply-To: <20260602-dd-maint-2-v4-11-19a1445585a8@gmail.com> References: <20260602-dd-maint-2-v4-0-19a1445585a8@gmail.com> <20260602-dd-maint-2-v4-11-19a1445585a8@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Removes the `_NAMES` classmap types that only the test module used. This is a significant API simplification (-138 lines). The rename from `enum class_map_type` to `enum ddebug_class_map_type` is a good cleanup. **Note:** The commit message says these are "not requested by anyone else" -- this is fine for now but worth noting that this removes an extension point. The classmap feature is currently marked BROKEN, so this is acceptable. --- Generated by Claude Code Patch Reviewer