cblck

Results 2 comments of cblck

Having also encountered the reported issues I've submitted pull request #80 which resolves issue 1 by excluding 'misc-include-cleaner' as an error if warnings-as-errors is enabled and issue 3 by adding...

Issue 2: I've submitted pull request #81 (wrap external headers in `#pragma diag_suppress`) and [lefticus::tools #8](https://github.com/lefticus/tools/pull/8) (move declaration of `int_np::value`) as a means to suppress the erroneous IntelliSense errors. [The...