[PATCH] D26176: [Clang-tidy] Fix copy-paste error in misc-redundant-expression detected by PVS-Studio
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 1 11:26:38 PDT 2016
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
These changes all look good to me, but it would be best to split the commit into three parts: one for include what you use, one for modernize-use-bool-literals, and one for the copy pasta error. Keeping the changes logically separate helps in case we need to roll any particular change back for some reason (same is true for similar patches in the future; they should probably be multiple patch requests).
Repository:
rL LLVM
https://reviews.llvm.org/D26176
More information about the cfe-commits
mailing list