[PATCH] D56644: [clang-tidy] readability-container-size-empty handle std::string length()
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 14 02:58:18 PST 2019
JonasToth added a comment.
Could you please run it over LLVM or another significant codebase and check if there are miss-transformations (run with fix and then compile (+ tests optimally))?
You can use `clang-tidy/tool/run-clang-tidy.py` for a parallel runner.
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