From 93ba893c20532990a430741e0a97212900094e8c Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Wed, 17 Jul 2013 21:31:49 -0700 Subject: Fix cpplint runtime/explicit issues Change-Id: I352ba0b427f1ff9b22887693952b180eae0839ba --- compiler/llvm/md_builder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/llvm/md_builder.h') diff --git a/compiler/llvm/md_builder.h b/compiler/llvm/md_builder.h index cc169a3219..65c52c937d 100644 --- a/compiler/llvm/md_builder.h +++ b/compiler/llvm/md_builder.h @@ -35,7 +35,7 @@ typedef ::llvm::MDBuilder LLVMMDBuilder; class MDBuilder : public LLVMMDBuilder { public: - MDBuilder(::llvm::LLVMContext& context) + explicit MDBuilder(::llvm::LLVMContext& context) : LLVMMDBuilder(context), tbaa_root_(createTBAARoot("Art TBAA Root")) { std::memset(tbaa_special_type_, 0, sizeof(tbaa_special_type_)); std::memset(tbaa_memory_jtype_, 0, sizeof(tbaa_memory_jtype_)); -- cgit v1.2.3-59-g8ed1b