Rikard Falkeborn 103e52f394
Fix tokenizing of x[i](0) (Fixes #8875) (#3167)
Fix faulty removal of parenthesis when "]" is followed by parenthesis
with a number inside, for example when calling a function pointer in
an array or (perhaps more common) in c++, calling operator ( on an
element in an array.

Fixes #8875 where such wrong simplification lead to a FP with too many
bits shifted due to "<<" was interpreted like a shift operator rather
than a stream output.
2021-03-11 08:16:25 +01:00
..
2020-12-19 20:46:00 +01:00
2021-02-10 11:42:00 +01:00
2020-06-19 13:16:48 +02:00
2020-10-03 09:15:56 +02:00
2020-06-13 16:37:12 +02:00
2020-06-13 16:37:12 +02:00
2020-11-28 05:52:35 +01:00
2020-05-23 07:30:22 +02:00
2021-02-24 22:12:48 +01:00
2021-02-23 08:19:05 +01:00
2020-11-11 09:17:54 +01:00
2020-12-20 19:53:58 +01:00
2021-01-28 22:18:17 +01:00
2021-01-28 22:18:17 +01:00
2019-09-25 15:25:19 +02:00
2020-05-23 07:16:49 +02:00
2020-10-03 09:15:56 +02:00
2020-05-10 11:16:32 +02:00
2020-10-03 09:15:56 +02:00
2021-02-10 11:42:00 +01:00
2020-10-03 09:15:56 +02:00
2021-01-12 21:28:56 +01:00
2021-02-23 08:19:05 +01:00
2020-05-10 11:16:32 +02:00
2020-12-05 10:00:02 +01:00