[Clang-tidy] Fix copy-paste error in misc-redundant-expression detected by PVS-Studio
authorEugene Zelenko <eugene.zelenko@gmail.com>
Tue, 1 Nov 2016 18:33:50 +0000 (18:33 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Tue, 1 Nov 2016 18:33:50 +0000 (18:33 +0000)
commit90c117a61b7e061c837cfb625fe0b1d1bc51707a
tree2b7f78b333c2f80f970360935fa8ad04d01c53eb
parent035c4f14e02b751f220c9f4811fb39364b1cb5cb
[Clang-tidy] Fix copy-paste error in misc-redundant-expression detected by PVS-Studio

Also fix some Include What You Use and modernize-use-bool-literals warnings.

Differential revision: https://reviews.llvm.org/D26176

llvm-svn: 285721
clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp