This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Added a case to UnconventionalAssignOperatorCheck.
ClosedPublic

Authored by balazske on Feb 13 2020, 12:48 AM.

Details

Summary

The check accepts now a return (*this = something); as return
statement too (beneath of *this).

Diff Detail

Event Timeline

balazske created this revision.Feb 13 2020, 12:48 AM
Eugene.Zelenko added a project: Restricted Project.
This revision is now accepted and ready to land.Feb 18 2020, 12:03 PM
This revision was automatically updated to reflect the committed changes.