Gilles Peskine c8794202e6 Fix comment parsing
Fix cases like
```
/*short comment*/ /*long
 comment */
int mbedtls_foo;
```
where the previous code thought that the second line started outside of a
comment and ended inside of a comment.

I believe that the new code strips comments correctly. It also strips string
literals, just in case.

Fixes #5191.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-11-25 20:51:01 +01:00
..
2020-12-10 21:30:01 +01:00
2021-11-25 20:51:01 +01:00
2021-06-28 09:28:33 +01:00
2021-10-27 11:45:57 +02:00