Skip to content

sourcescanner: Allow empty declarations. Fixes #216

As far as I see these are not valid C and only allowed in C++11. But they do occur in the wild (mingw headers) so let's try to handle them.

Merge request reports