This is an archive of the discontinued LLVM Phabricator instance.

clang-tidy: code cleanup with isAssignmentOperator
ClosedPublic

Authored by danielmarjamaki on Nov 25 2015, 2:21 AM.

Details

Reviewers
alexfh
Summary

This is a small code cleanup. No change in logical behaviour is intended.

Diff Detail

Event Timeline

danielmarjamaki retitled this revision from to clang-tidy: code cleanup with isAssignmentOperator.
danielmarjamaki updated this object.
danielmarjamaki added subscribers: cfe-commits, alexfh.
alexfh accepted this revision.Nov 25 2015, 2:44 AM
alexfh added a reviewer: alexfh.

LGTM

This revision is now accepted and ready to land.Nov 25 2015, 2:44 AM

Committed with 254066.