This patch fixes PR27410 and adds std::basic_string support.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks! LGTM with one nit.
test/clang-tidy/readability-container-size-empty.cpp | ||
---|---|---|
44 ↗ | (On Diff #54182) | You don't need to check the whole message (we only check the whole message at first place), just keep CHECK-MESSAGES: :[[@LINE-2]]:7: warning: the 'empty' method should be used. |
48 ↗ | (On Diff #54182) | The same. |