Fixed #1373 (###### If you see this, there is a bug ######)
This commit is contained in:
parent
45abd2d7fc
commit
18e7813e04
|
@ -84,7 +84,7 @@ private:
|
|||
Tokenizer tokenizer;
|
||||
std::istringstream istr(code.c_str());
|
||||
tokenizer.tokenize(istr, "test.cpp");
|
||||
tokenizer.setVarId();
|
||||
tokenizer.simplifyTokenList();
|
||||
|
||||
// Clear the error buffer..
|
||||
errout.str("");
|
||||
|
|
Loading…
Reference in New Issue