-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readability-container-size-empty should handle std::string length() #37603
Comments
Hi! This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
For more instructions on how to submit a patch to LLVM, see our documentation. If you have any further questions about this issue, don't hesitate to ask via a comment on this Github issue. @llvm/issue-subscribers-good-first-issue |
Actually code is waiting for review. |
This was done because of unification of labels ( |
…th() Extends readability-container-size-empty to check std::string length() similar to size(). Fixes: llvm#37603 Co-authored-by: Dmitry Venikov <[email protected]> Reviewed By: carlosgalvezp Differential Revision: https://reviews.llvm.org/D56644 commit-id:56527293
Extended Description
length() is synonym for size in std::string and should be handled in same way as size().
The text was updated successfully, but these errors were encountered: