Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.
This repository was archived by the owner on May 24, 2025. It is now read-only.

Handle compilation failures #2

@Notgnoshi

Description

@Notgnoshi

These can happen for a number of reasons:

  • Your compilation database might include a source file that's been deleted
  • Your compilation database might be missing certain #defines
  • #pragma once could be treated as an error

  • Add a --compile-fail flag that exits the includegraph.py script on compilation failure.
  • Should nodes for failed TUs be styled?
  • If the first error is in a header, should the whole path from the header to the TU be styled?
  • If preprocessing fails, are any linemarkers parsed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions