aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/07-pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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