[PATCH] D56644: [clang-tidy] readability-container-size-empty handle std::string length()

Richard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 23 10:49:14 PDT 2022


LegalizeAdulthood requested changes to this revision.
LegalizeAdulthood added a comment.
Herald added a project: All.

Clang-Tidy tests and docs have moved to module subdirectories.

Please rebase this onto `main:HEAD` and:

- fold your changes into the appropriate subdirs, stripping the module prefix from new files.
- make the target `check-clang-extra` to validate your tests
- make the target `docs-clang-tools-html` to validate any docs changes


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56644/new/

https://reviews.llvm.org/D56644



More information about the cfe-commits mailing list