Fix #58322: Handlers for debug actions with equal parameter types must not override...
authorTomás Longeri <tlongeri@google.com>
Sat, 22 Oct 2022 21:17:49 +0000 (14:17 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Sat, 22 Oct 2022 21:18:00 +0000 (14:18 -0700)
commit0580901bbb0332547a08f37072a6ff8ca9e7c893
tree6134431f8ae8f9cf5bb3574db09bf08db9481f99
parentd02525cab75161fceb2a4ecb1dd0a5cbac4856ed
Fix #58322: Handlers for debug actions with equal parameter types must not override each other

Also clean up redundant public access specifiers.

Reviewed By: mehdi_amini, rriddle

Differential Revision: https://reviews.llvm.org/D135924
mlir/docs/DebugActions.md
mlir/include/mlir/Support/DebugAction.h
mlir/unittests/Support/DebugActionTest.cpp
mlir/unittests/Support/DebugCounterTest.cpp