summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/TableGen/TGLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/TableGen/TGLexer.h')
-rw-r--r--contrib/llvm/lib/TableGen/TGLexer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/llvm/lib/TableGen/TGLexer.h b/contrib/llvm/lib/TableGen/TGLexer.h
index 1f750fc..d97d1ca 100644
--- a/contrib/llvm/lib/TableGen/TGLexer.h
+++ b/contrib/llvm/lib/TableGen/TGLexer.h
@@ -60,7 +60,7 @@ namespace tgtok {
// String valued tokens.
Id, StrVal, VarName, CodeFragment
};
-}
+} // namespace tgtok
/// TGLexer - TableGen Lexer class.
class TGLexer {
@@ -87,8 +87,7 @@ private:
public:
TGLexer(SourceMgr &SrcMgr);
- ~TGLexer() {}
-
+
tgtok::TokKind Lex() {
return CurCode = LexToken();
}
OpenPOWER on IntegriCloud