mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 04:20:24 +01:00
This shows two minor failures in our current parsing (resulting in
whitespace-only changes, oso not that significant):
1. We are inserting extra whitespace between tokens not originally
separated by whitespace in the replacement list of a macro
definition.
2. We are swallowing whitespace separating tokens in the general
content.
|
||
|---|---|---|
| .. | ||
| 001-define.c | ||
| 002-define-chain.c | ||
| 003-define-chain-reverse.c | ||
| 004-define-recursive.c | ||
| 005-define-composite-chain.c | ||
| 006-define-composite-chain-reverse.c | ||
| 007-define-composite-recursive.c | ||
| 008-define-empty.c | ||
| 009-undef.c | ||
| 010-undef-re-define.c | ||
| 011-define-func-empty.c | ||
| 012-define-func-no-args.c | ||
| 013-define-func-1-arg-unused.c | ||
| 014-define-func-2-arg-unused.c | ||
| 015-define-object-with-parens.c | ||
| glcpp-test | ||