This patch resolves the bug https://bugs.llvm.org/show_bug.cgi?id=36963.
- implement missing assignment operators for hicpp-signed-bitwise
- add tests
- mention fix in release notes
Paths
| Differential D45414
[clang-tidy] add missing assignment operations in hicpp-signed-bitwise ClosedPublic Authored by JonasToth on Apr 8 2018, 7:37 AM.
Details
Summary This patch resolves the bug https://bugs.llvm.org/show_bug.cgi?id=36963.
Diff Detail
Event TimelineHerald added subscribers: cfe-commits, xazax.hun, klimek. · View Herald TranscriptApr 8 2018, 7:37 AM Comment Actions LG aside from a diagnostic wording nit.
This revision is now accepted and ready to land.Apr 10 2018, 8:20 AM
Revision Contents
Diff 141547 clang-tidy/hicpp/SignedBitwiseCheck.cpp
docs/ReleaseNotes.rst
test/clang-tidy/hicpp-signed-bitwise-standard-types.cpp
test/clang-tidy/hicpp-signed-bitwise.cpp
|
How about: "shifting a value of bitmask type"