This is an archive of the discontinued LLVM Phabricator instance.

[LLVM] Fix some Clang-tidy readability-simplify-boolean-expr and Include What You Use warnings
ClosedPublic

Authored by Eugene.Zelenko on May 4 2016, 5:14 PM.

Details

Summary

I checked this patch on my own build on RHEL 6. Regressions were OK.

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko retitled this revision from to [LLVM] Fix some Clang-tidy readability-simplify-boolean-expr and Include What You Use warnings.
Eugene.Zelenko updated this object.
Eugene.Zelenko added reviewers: hans, aaron.ballman.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Eugene.Zelenko added a subscriber: llvm-commits.
hans accepted this revision.May 5 2016, 8:57 AM
hans edited edge metadata.

lgtm with one comment

include/llvm/ExecutionEngine/Orc/RPCChannel.h
12

Maybe drop the empty description part (lines 9--12) since it's empty?

This revision is now accepted and ready to land.May 5 2016, 8:57 AM
Eugene.Zelenko added inline comments.May 5 2016, 9:51 AM
include/llvm/ExecutionEngine/Orc/RPCChannel.h
12

Will remove them at commit.

Eugene.Zelenko closed this revision.May 5 2016, 2:56 PM

Committed in r268689.