Rikard Falkeborn
6a3dd9a185
Handle concatenated string and char literals
...
This handles concatenated strings and characters from simplecpp.
Previously, L'c' would be preprocessed to the tokens "L" and "'c'".
cppcheck would then remove the "L" token and set "'c'" to be a wide
character literal. Now, it needs to remove the prefix instead.
When doing this, add handling of utf32 encoded literals (U) and UTF-8
encoded literals (u8).
2019-03-10 10:38:50 +01:00
..
2018-11-03 19:41:25 +01:00
2018-10-13 18:20:31 +02:00
2019-03-04 22:57:40 +01:00
2019-02-09 07:24:06 +01:00
2018-06-16 16:10:28 +02:00
2019-02-09 07:24:06 +01:00
2018-10-13 18:20:31 +02:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-03-09 16:50:50 +01:00
2019-03-09 19:09:15 +01:00
2019-03-09 16:53:43 +01:00
2019-03-09 19:15:06 +01:00
2019-03-09 19:16:07 +01:00
2018-06-16 16:10:28 +02:00
2019-03-09 20:00:31 +01:00
2019-03-09 22:19:09 +01:00
2019-02-09 07:24:06 +01:00
2019-03-06 19:00:58 +01:00
2019-03-09 21:38:36 +01:00
2019-03-09 22:00:59 +01:00
2019-03-09 22:00:59 +01:00
2018-07-14 09:49:03 +02:00
2019-02-09 07:24:06 +01:00
2018-10-19 07:48:47 +02:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-03-08 20:55:09 +01:00
2019-02-09 07:24:06 +01:00
2019-03-07 06:35:44 +01:00
2019-03-07 06:35:44 +01:00
2018-07-13 16:50:12 +02:00
2019-02-09 07:24:06 +01:00
2019-02-26 21:06:44 +01:00
2019-02-09 07:24:06 +01:00
2019-03-09 07:48:01 +01:00
2019-03-09 07:53:49 +01:00
2019-02-25 09:23:03 +01:00
2019-02-25 18:11:33 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-03-09 11:30:45 +01:00
2019-02-11 07:43:16 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-03-06 20:51:48 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2016-08-06 18:21:54 +02:00
2019-01-13 12:21:01 +01:00
2019-02-09 14:40:50 +01:00
2019-02-09 07:24:06 +01:00
2018-07-09 08:27:26 +02:00
2018-12-27 22:11:40 +01:00
2018-12-27 22:11:40 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2018-12-25 21:11:23 +01:00
2019-03-01 15:47:08 +01:00
2019-03-04 22:57:40 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2018-10-13 18:20:31 +02:00
2018-10-13 18:20:31 +02:00
2018-03-31 20:59:09 +02:00
2018-10-20 15:28:34 +02:00
2019-02-28 22:34:26 +01:00
2018-06-17 09:06:16 +02:00
2019-03-06 06:12:02 +01:00
2019-03-05 14:58:02 +01:00
2018-01-14 15:37:52 +01:00
2019-02-09 07:24:06 +01:00
2018-10-04 17:13:11 +02:00
2019-03-09 17:27:27 +01:00
2019-02-09 07:24:06 +01:00
2019-03-03 19:42:46 +01:00
2019-03-03 07:40:55 +01:00
2018-06-17 17:20:16 +02:00
2019-02-09 07:24:06 +01:00
2019-03-10 10:38:50 +01:00
2019-03-06 09:04:04 +01:00
2019-03-10 10:38:50 +01:00
2019-03-02 19:52:15 +01:00
2019-03-09 19:09:15 +01:00
2019-02-15 13:29:52 +01:00
2018-07-25 16:14:43 +02:00
2019-02-28 20:34:07 +01:00
2019-02-22 06:38:56 +01:00
2019-02-27 21:30:54 +01:00