Replace size call with empty call where appripriate in clang/tools/extra
authorAlexander Kornienko <alexfh@google.com>
Thu, 22 Jan 2015 13:14:29 +0000 (13:14 +0000)
committerAlexander Kornienko <alexfh@google.com>
Thu, 22 Jan 2015 13:14:29 +0000 (13:14 +0000)
commitbf87a8b714bfe76c70152e211a4fea242d3d7755
tree5e4ff310bca20a6041e933fb155aa22f863a3fa4
parent25e34d11f3cab6a79b7fc22d5385f86523550e90
Replace size call with empty call where appripriate in clang/tools/extra

This patch is the result of applying fixes of the ContainerSizeEmpty Clang-Tidy
checker which was committed recently.

http://reviews.llvm.org/D7085

Patch by Gábor Horváth!

llvm-svn: 226817
clang-tools-extra/modularize/ModuleAssistant.cpp
clang-tools-extra/module-map-checker/ModuleMapChecker.cpp