Add configuration mode using as input the compilation database of a program
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Instead of providing a detailed config.yaml, add a mode in the harness to use the compilation database json (compile_commands.json) for building and analyzing the compilation of a program.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining how the harness currently consumes config.yaml and how it builds and analyzes a program. Define the input and behavior for using compile_commands.json instead, including how the compilation database replaces or complements the detailed configuration. Done means the harness supports this mode for a program and its build and analysis flow is covered by appropriate validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100