Timm Baeder
718aac9f7a
[clang][Diagnostics] Highlight code snippets ( #66514 )
...
Add some primitive syntax highlighting to our code snippet output.
This adds "checkpoints" to the Preprocessor, which we can use to start lexing from. When printing a code snippet, we lex from the nearest checkpoint and highlight the tokens based on their token type.
2024-01-27 17:52:20 +01:00
..
2024-01-20 14:30:36 -08:00
2023-07-12 11:04:38 -07:00
2023-11-28 09:19:39 -08:00
2023-11-28 09:19:39 -08:00
2023-11-21 13:36:50 +00:00
2024-01-22 14:54:58 -05:00
2024-01-23 14:04:52 -08:00
2023-02-10 09:59:46 +00:00
2023-11-08 11:43:35 -08:00
2023-12-25 12:54:35 -08:00
2023-05-16 15:35:05 +02:00
2023-11-28 09:19:39 -08:00
2023-12-07 16:54:00 +08:00
2023-09-08 19:04:01 -07:00
2024-01-22 21:19:29 +01:00
2023-12-28 10:06:20 -08:00
2024-01-20 14:30:36 -08:00
2023-06-01 10:10:00 -07:00
2023-09-08 19:04:01 -07:00
2023-10-06 12:55:48 -07:00
2023-09-13 15:31:58 -07:00
2023-03-15 18:06:34 -07:00
2024-01-27 17:52:20 +01:00
2024-01-20 14:30:36 -08:00
2024-01-27 17:52:20 +01:00
2024-01-09 12:45:57 -08:00