OSDN Git Service

Remove unnecessary `explicit` qualifiers on constructors.
authorRoland Levillain <rpl@google.com>
Wed, 12 Aug 2015 17:15:42 +0000 (18:15 +0100)
committerRoland Levillain <rpl@google.com>
Wed, 12 Aug 2015 17:15:42 +0000 (18:15 +0100)
commit3887c468d731420e929e6ad3acf190d5431e94fc
tree67dacb849e722e33e118b97714a48e467c06cbd5
parent6a5037eb3340e4c981fd7de3ff45167ee5b7fc82
Remove unnecessary `explicit` qualifiers on constructors.

Change-Id: Id12e392ad50f66a6e2251a68662b7959315dc567
68 files changed:
cmdline/cmdline_parse_result.h
cmdline/cmdline_parser.h
cmdline/detail/cmdline_parse_argument_detail.h
cmdline/token_range.h
compiler/compiler.h
compiler/dex/compiler_ir.h
compiler/dex/mir_field_info.h
compiler/dex/mir_graph.h
compiler/dex/pass_driver_me.h
compiler/dex/pass_driver_me_opts.h
compiler/dex/pass_driver_me_post_opt.h
compiler/dex/quick/lazy_debug_frame_opcode_writer.h
compiler/driver/compiler_driver.h
compiler/jni/quick/arm/calling_convention_arm.h
compiler/jni/quick/arm64/calling_convention_arm64.h
compiler/jni/quick/calling_convention.h
compiler/jni/quick/mips/calling_convention_mips.h
compiler/jni/quick/mips64/calling_convention_mips64.h
compiler/jni/quick/x86/calling_convention_x86.h
compiler/jni/quick/x86_64/calling_convention_x86_64.h
compiler/oat_writer.h
compiler/optimizing/code_generator_arm64.cc
compiler/optimizing/code_generator_arm64.h
compiler/optimizing/code_generator_mips64.cc
compiler/optimizing/code_generator_x86.cc
compiler/optimizing/code_generator_x86_64.cc
compiler/optimizing/intrinsics_arm.h
compiler/optimizing/nodes.h
compiler/utils/arm/assembler_arm.h
compiler/utils/arm64/assembler_arm64.h
compiler/utils/dedupe_set.h
compiler/utils/dex_cache_arrays_layout.h
compiler/utils/managed_register.h
compiler/utils/mips/assembler_mips.h
compiler/utils/mips64/assembler_mips64.h
compiler/utils/x86/assembler_x86.h
disassembler/disassembler_arm.cc
disassembler/disassembler_mips.h
oatdump/oatdump.cc
runtime/arch/arm64/instruction_set_features_arm64.h
runtime/base/arena_allocator.h
runtime/base/arena_containers.h
runtime/base/mutex.h
runtime/base/timing_logger.h
runtime/base/unix_file/fd_file.h
runtime/check_jni.cc
runtime/debugger.cc
runtime/gc/accounting/mod_union_table.cc
runtime/gc/collector/concurrent_copying.cc
runtime/gc/collector/mark_sweep.cc
runtime/gc/collector/mark_sweep.h
runtime/gc/collector/partial_mark_sweep.h
runtime/gc/collector/sticky_mark_sweep.h
runtime/gc/heap.cc
runtime/gc/heap.h
runtime/gc/space/memory_tool_malloc_space.h
runtime/gc/task_processor_test.cc
runtime/handle_scope.h
runtime/indirect_reference_table.h
runtime/jit/jit_instrumentation.cc
runtime/lock_word.h
runtime/mirror/class.cc
runtime/mirror/object.cc
runtime/monitor.h
runtime/monitor_test.cc
runtime/reflection.cc
runtime/thread.cc
runtime/thread_pool.h