I am using cppclean ( as described here https://stackoverflow.com/a/615057/356726 ) to find unused .h #include s.
Unfortunately in crashes for some files. Can I exclude files from being processed? Just want to excluded the troublemakers.
So far I have only found a very stupid workaround by using cppclean on a bogus copied directory and manually remove them (gosh!).