Hacker News new | ask | show | jobs
by pm215 1533 days ago
The code is doing a lot of preprocessor macro magic, though, which rather obscures some of what is going on.
1 comments

Macro-expanding the files via the -E option (and then passing the result through clang-format) can help in these cases.