summaryrefslogtreecommitdiff
path: root/runtime/jit/debugger_interface.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2018-09-19 10:58:18 -0700
committer Andreas Gampe <agampe@google.com> 2018-09-19 21:56:32 -0700
commit9a20ff06f7ccee08a742c315ec6d351ab56ba1cd (patch)
tree7e55557e118eb5fffe03ad3456e00d8469a36232 /runtime/jit/debugger_interface.cc
parent70dfb6983492aff1c52cc1b52044258aef51f47f (diff)
ART: Refactor typedef to using
Add clang-tidy's modernize-use-using. Bug: 32619234 Test: WITH_TIDY=1 mmma art Change-Id: If50d37b5152af4270784e3cde7951292a9e19033
Diffstat (limited to 'runtime/jit/debugger_interface.cc')
-rw-r--r--runtime/jit/debugger_interface.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/jit/debugger_interface.cc b/runtime/jit/debugger_interface.cc
index 63fb22cfce..6cd719a55c 100644
--- a/runtime/jit/debugger_interface.cc
+++ b/runtime/jit/debugger_interface.cc
@@ -77,11 +77,11 @@
namespace art {
extern "C" {
- typedef enum {
+ enum JITAction {
JIT_NOACTION = 0,
JIT_REGISTER_FN,
JIT_UNREGISTER_FN
- } JITAction;
+ };
struct JITCodeEntry {
// Atomic to ensure the reader can always iterate over the linked list