Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
That check is similar to 'hicpp-signed-bitwise' in clang-tidy. Maybe it could live there and extend it?
Paths
| Differential D41308
[analyser] different.BitwiseOpBoolArg checker implementation Needs ReviewPublic Authored by alexey.knyshev on Dec 15 2017, 1:24 PM.
Details
Diff Detail
Event TimelineComment Actions That check is similar to 'hicpp-signed-bitwise' in clang-tidy. Maybe it could live there and extend it?
Revision Contents
Diff 127186 include/clang/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/BitwiseOpBoolArgChecker.cpp
lib/StaticAnalyzer/Checkers/CMakeLists.txt
test/Analysis/bitwise-op-bool-arg.cpp
|