Sebastian 267d23f1b8
gnu.cfg: Define __typeof__ as typeof, fix simplifyTypedef() (#2260)
`__typeof__` is just an alternative keyword for `typeof`, see
https://gcc.gnu.org/onlinedocs/gcc/Typeof.html
Since `typeof` is handled in several checkers it makes sense to define
`__typeof__` as `typeof`.
Tokenizer::simplifyTypedef(): Use `typeof` instead of `__typeof__` to
be consistent with the rest of the code.
2019-10-14 08:20:22 +02:00
..
2019-02-17 20:16:01 +01:00
2019-04-19 15:43:17 +02:00
2017-11-05 17:56:24 +01:00
2019-06-16 13:34:00 +02:00