The check accepts now a return (*this = something); as return
statement too (beneath of *this).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D74529
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 18 2020, 12:03 PM Closed by commit rGfa6aef442772: [clang-tidy] Added a case to UnconventionalAssignOperatorCheck. (authored by balazske). · Explain WhyFeb 19 2020, 1:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 245347 clang-tools-extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/misc-unconventional-assign-operator.cpp
|