Tokenizer: run `simplifyTypedefCpp()` on C++ code only
@chrchr-github There are some failing tests. Could you please have a look?
Could be that simplifyTypedefCpp() is a misnomer and actually needs to run for C code as well... @danmar
It was introduced in c79d859f8bd1630b7b720a625bfd1c9cf88b6416.
Could be that
simplifyTypedefCpp()is a misnomer and actually needs to run for C code as well... @danmar
Looks very much like it. The function has isCpp() checks across the code.
Closing as this is obviously the wrong thing to do. Will add a TODO about it in an upcoming PR which adds lots of other TODOs.