added todo comment

This commit is contained in:
Daniel Marjamäki 2011-11-11 11:07:03 +01:00
parent 34e40502c6
commit 5a35beebf7
1 changed files with 1 additions and 0 deletions

View File

@ -1098,6 +1098,7 @@ void Tokenizer::simplifyTypedef()
}
// unhandled function pointer, skip it and continue
// TODO: handle such typedefs. See ticket #3314
else if (Token::Match(tok->tokAt(offset), "( %type% ::") &&
Token::Match(tok->tokAt(offset)->link()->tokAt(-3), ":: * %var% ) (")) {
unsupportedTypedef(typeDef);