X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAsmParser%2FLLLexer.h;h=8b44b14cb741e9b14474772c3db420a7598f7bb6;hb=73b43b9b549a75fb0015c825df68abd95705a67c;hp=7eaa9f9d0ab70e906a1f0f3ae5f45aa4e0a93d40;hpb=4ee451de366474b9c228b4e5fa573795a715216d;p=oota-llvm.git diff --git a/lib/AsmParser/LLLexer.h b/lib/AsmParser/LLLexer.h index 7eaa9f9d0ab..8b44b14cb74 100644 --- a/lib/AsmParser/LLLexer.h +++ b/lib/AsmParser/LLLexer.h @@ -30,7 +30,7 @@ namespace llvm { std::string TheError; public: - LLLexer(MemoryBuffer *StartBuf); + explicit LLLexer(MemoryBuffer *StartBuf); ~LLLexer() {} const char *getTokStart() const { return TokStart; }