[clang-tidy] Ignore `size() == 0` in the container implementation.
authorAlexander Kornienko <alexfh@google.com>
Wed, 21 Dec 2016 23:44:23 +0000 (23:44 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 21 Dec 2016 23:44:23 +0000 (23:44 +0000)
commitb5ca17f817c066766424a91c2eed97ba4d52eba2
treed761f76e9e44b61df69cbdafc0b72c11764bb077
parentec9ebba778aa3c2c8a3e78121da5ce9b77319227
[clang-tidy] Ignore `size() == 0` in the container implementation.

llvm-svn: 290289
clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
clang-tools-extra/test/clang-tidy/readability-container-size-empty.cpp