[clang-tidy] should ignore special names
Open
clang-tidy
false-positive
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
like await_ready, await_suspend, await_resume etc. Such names must not provoke warning about incorrect naming
Contributor guide
Research direction
Start with clang-tidy's naming check and reproduce the warning for await_ready, await_suspend, and await_resume. Identify how the check classifies these names; done means these special names no longer trigger incorrect-naming warnings while other naming diagnostics remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100