Replace size() calls on containers with empty() calls where appropriate. NFC
authorAlexander Kornienko <alexfh@google.com>
Fri, 23 Jan 2015 15:36:10 +0000 (15:36 +0000)
committerAlexander Kornienko <alexfh@google.com>
Fri, 23 Jan 2015 15:36:10 +0000 (15:36 +0000)
commit6ee521c7eb8b58b5b1faf471bf03da434440bcf0
treedebfb1a2045dd04609ceb921e847776a30f7f37a
parentd486e09d8ee612f6de2feac7fbeac16588e2dde7
Replace size() calls on containers with empty() calls where appropriate. NFC

http://reviews.llvm.org/D7090

Patch by Gábor Horváth!

llvm-svn: 226914
clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/CodeGen/CGObjCGNU.cpp
clang/tools/libclang/CIndex.cpp
clang/utils/TableGen/ClangAttrEmitter.cpp
clang/utils/TableGen/NeonEmitter.cpp