commit | 40bd38ebb955c55a8ff7ea4ba252afbb093bc3d2 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Mar 25 22:06:05 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Mar 25 22:06:05 2008 +0000 |
tree | ff52517c682e08112a66247bc8b85f81664f72b3 | |
parent | 12300e1e31559e34d96e533506f74f7cb77020a2 [diff] |
Add explicit keywords. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48801 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AsmParser/LLLexer.h b/lib/AsmParser/LLLexer.h index 7eaa9f9..8b44b14 100644 --- a/lib/AsmParser/LLLexer.h +++ b/lib/AsmParser/LLLexer.h
@@ -30,7 +30,7 @@ std::string TheError; public: - LLLexer(MemoryBuffer *StartBuf); + explicit LLLexer(MemoryBuffer *StartBuf); ~LLLexer() {} const char *getTokStart() const { return TokStart; }