atilaneves / dpp

Directly include C headers in D source code
Boost Software License 1.0
227 stars 31 forks source link

Filter indented preprocessor directives #317

Closed tom-tan closed 1 year ago

tom-tan commented 1 year ago

It fixes #316 by modifying filtering rule for the output of cpp -w --comments.

I'm not sure how to add tests for it because it cannot be reproduced with current Github Actions configuration with clang-cpp. Do you have any idea for it?

tom-tan commented 1 year ago

Thanks!