-
Notifications
You must be signed in to change notification settings - Fork 440
Open
Labels
CLI 💻Related to the command-line interface, such as the cmd, store, etc. commandsRelated to the command-line interface, such as the cmd, store, etc. commandsnew feature 👍New feature requestNew feature request
Milestone
Description
In the CodeChecker VSCode plugin we would like to support the following use cases:
- CodeChecker parse should show that a file was never analyzed
- CodeChecker parse should show that the source file has changed since the last analysis
- CodeChecker parse should show if a file has no compilation db entry
- CodeChecker parse should show if an analys on a file errored on certain analyzers
Codechecker should record analysis results per file because currently analyzing a.c and then b.c in the same report dir overwrites the metada.json. The use case is that if a.c has a clang-tidy error and then we reanalyze b.c, we should be able to tell later what was the erorr with a.c.
CodeChecker parse should support json output for this information.
Metadata
Metadata
Assignees
Labels
CLI 💻Related to the command-line interface, such as the cmd, store, etc. commandsRelated to the command-line interface, such as the cmd, store, etc. commandsnew feature 👍New feature requestNew feature request