njames93 added inline comments.

================
Comment at: clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.cpp:100
+                                     "%select{binary|unary}0 bitwise operator")
+      << IsUnary << OperatorLoc;
 }
----------------
We still need the source range of the operand
```
[build]   Value <<= diagTest(1, 2, 3);
[build]         ~~~ ^
```
Vs 
```
[build]   Value <<= diagTest(1, 2, 3);
[build]         ~~~ ^~~~~~~~~~~~~~~~~
```


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131678/new/

https://reviews.llvm.org/D131678

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to