forked from qt-creator/qt-creator
C++: Store token kind as lexer state
... when needed Change-Id: I32a1649c87e1fa42da80eff5003b2f5714062064 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
25ab1199cd
commit
a309b3cfe6
6
src/libs/3rdparty/cplusplus/Lexer.h
vendored
6
src/libs/3rdparty/cplusplus/Lexer.h
vendored
@@ -32,12 +32,6 @@ class CPLUSPLUS_EXPORT Lexer
|
||||
void operator =(const Lexer &other);
|
||||
|
||||
public:
|
||||
enum State {
|
||||
State_Default,
|
||||
State_MultiLineComment,
|
||||
State_MultiLineDoxyComment
|
||||
};
|
||||
|
||||
Lexer(TranslationUnit *unit);
|
||||
Lexer(const char *firstChar, const char *lastChar);
|
||||
~Lexer();
|
||||
|
||||
Reference in New Issue
Block a user