使用clang-tidy增强代码健壮性
Open
Nobody has claimed this yet.
enhancement
help wanted
- Dominant language
- C++
- Stars
- 4.4k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
Enhancement
clang-tidy可以静态检查代码,可以帮助发现一些有问题或不好的代码。
Contributor guide
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 reviewing the project's build and development workflow to determine where clang-tidy can be introduced. Check clang-tidy's available checks against the C++ codebase and define which checks and invocation should be adopted. Done means the project can run the agreed static checks consistently and the resulting findings are addressed or explicitly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100