Skip to content

Commit aa7134f

Browse files
committed
debug [skip ci]
1 parent 2e11137 commit aa7134f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/library.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -1338,6 +1338,11 @@ const Library::Container* Library::detectContainerInternal(const Token* const ty
13381338
return nullptr;
13391339
}
13401340
// TODO: bail out on standard types
1341+
if (typeStart->str() == "stringFromTokenRange")
1342+
{
1343+
int i;
1344+
}
1345+
std::cout << typeStart->str() << std::endl;
13411346
const Token* firstLinkedTok = nullptr;
13421347
for (const Token* tok = typeStart; tok && !tok->varId(); tok = tok->next()) {
13431348
if (!tok->link())

0 commit comments

Comments
 (0)