Open intjftw opened 1 year ago
As you mentioned, dependent parsers were a thing in CodeCompass, but never really used (at least since version Earhart or Flash), so it was removed in e7e040c1abbc307a847ee07e2dcc37cbf34044e0. I think this feature should be easily reimplementable based on the code diff.
With the new Cpp metrics plugin, the issue of dependent parsers emerged again. The name
cppmetricsparser
precedscppplugin
which results in the metrics are to be calculated before the cpp parser is executed, hence the metrics won't be calculated.