14 comments (14 comments)0 reactions (0 reactions)1 assignee (1 assignee)C++10,782 forks (10,782 forks)batch import
awaiting-reviewbugzillacheck-requestclang-tidygood first issue
Repository metrics
- Stars
- 26,378 stars (26,378 stars)
- PR merge metrics
- Avg merge 1d 2h (Avg merge 1d 2h)1,000 merged PRs in 30d (1,000 merged PRs in 30d)
Description
|
|
| Bugzilla Link |
22209 |
| Version |
unspecified |
| OS |
Windows NT |
| CC |
@JonasToth,@Blackhart |
Extended Description
Provide a transform that replaces memcpy with std::copy.
Contributor guide
- Research direction
- Create a clang tidy checker that replaces memcpy with std::copy. Use AST matchers to find memcpy calls and generate fixes using std::copy with appropriate pointer arithmetic and size parameters.
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Feature
- Prerequisites
- C++