codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

[fix] CodeChecker may crash for ninja-generated compilation database

Open ChGen opened this issue 1 year ago • 0 comments

This is possible fix for compatibility crash on ninja-generated compilation database. See https://github.com/Ericsson/codechecker/issues/4321 This implementation checks for empty gcc_command cases and due to details['action_type'] = None such db entry will be skipped by CodeCheck.

ChGen avatar Aug 23 '24 08:08 ChGen