6 comments (6 comments)0 reactions (0 reactions)1 assignee (1 assignee)C++10,782 forks (10,782 forks)batch import
bugzillacheck-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 |
38741 |
| Version |
unspecified |
| OS |
All |
| CC |
@JonasToth,@m4tx |
Extended Description
It'll be great to bugprone check for delete this in class methods.
Contributor guide
- Research direction
- Study existing clang tidy bugprone checks (e.g., bugprone use after move) and implement a new check that warns when 'delete this' is called in a class method that is not the destructor.
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Feature
- Prerequisites
- C++LLVM/Clang development