[all-commits] [llvm/llvm-project] 058090: Fix #58322: Handlers for debug actions with equal ...
Tomás Longeri via All-commits
all-commits at lists.llvm.org
Sat Oct 22 14:30:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0580901bbb0332547a08f37072a6ff8ca9e7c893
https://github.com/llvm/llvm-project/commit/0580901bbb0332547a08f37072a6ff8ca9e7c893
Author: Tomás Longeri <tlongeri at google.com>
Date: 2022-10-22 (Sat, 22 Oct 2022)
Changed paths:
M mlir/docs/DebugActions.md
M mlir/include/mlir/Support/DebugAction.h
M mlir/unittests/Support/DebugActionTest.cpp
M mlir/unittests/Support/DebugCounterTest.cpp
Log Message:
-----------
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
More information about the All-commits
mailing list