Skip to content

Commit 4885b2f

Browse files
committed
debug [skip ci]
1 parent 8cf4a4b commit 4885b2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/library.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,6 +1338,13 @@ const Library::Container* Library::detectContainerInternal(const Token* const ty
13381338
return nullptr;
13391339
}
13401340
// TODO: bail out on standard types
1341+
// TODO: stringFromTokenRange in Token::expressionString()
1342+
// TODO: update_property_info in Token::str()
1343+
if (typeStart->str() == "stringFromTokenRange")
1344+
{
1345+
int i;
1346+
}
1347+
std::cout << typeStart->str() << std::endl;
13411348
const Token* firstLinkedTok = nullptr;
13421349
for (const Token* tok = typeStart; tok && !tok->varId(); tok = tok->next()) {
13431350
if (!tok->link())

0 commit comments

Comments
 (0)