added todo comment
This commit is contained in:
parent
34e40502c6
commit
5a35beebf7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue