Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
516 stars 101 forks source link

Debug info upon C++ parser finished a TU #745

Closed mcserep closed 4 months ago

mcserep commented 5 months ago

Print debug info upon successful completion of TU parsing. This would be useful when debugging CodeCompass parser crash issues during parallel parsing, to better locate the TU yielding the failure.

mcserep commented 4 months ago

Please review this @intjftw , when you have time.