about summary refs log tree commit diff
path: root/tests/ui/parser/macro/unicode-control-codepoints-macros.stderr
AgeCommit message (Collapse)AuthorLines
2025-09-26Ignore more failing ui tests for GCC backendGuillaume Gomez-5/+5
2025-05-27Report text_direction_codepoint_in_literal when parsingMatthew Jasper-0/+57
- The lint is now reported in code that gets removed/modified/duplicated by macro expansion. - Spans are more accurate - Fixes #140281