aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/07-pp.c
Commit message (Collapse)AuthorAgeFilesLines
* cpp: support directives within macro argument list lemon2026-03-241-0/+11
| | | | Undefined behavior by the standard but a GNU extension.
* cpp: fix token spacing edge case when empty macros are involved lemon2026-03-011-2/+3
|
* cpp: fix token spacing (#2) (hopefully) lemon2026-03-011-0/+24
|
* cpp: allow comments between function-like macro name and arguments lemon2026-02-261-1/+2
|
* cpp: add __COUNTER__ macro lemon2026-02-231-0/+10
|
* preprocessor: fix an edge case with erroneously recursive macro expansion lemon2026-02-221-0/+12
|
* cpp: add __VA_OPT__ and comma ## __VA_ARGS__ pasting lemon2026-02-061-2/+2
|
* cpp: fix pasting ident+keyword lemon2026-01-091-0/+16
|
* cpp: fix multiline comment in skipped preprocessor directive lemon2026-01-091-1/+1
|
* cpp: GNU extension for named variadic arguments lemon2025-12-181-0/+4
|
* add command-line predefined macros (-D, -U) lemon2025-12-061-2/+4
|
* basic automated testing lemon2025-11-161-0/+63