vladimir.plyashkun added a comment.

Hi @carlosgalvezp
Yes, sorry, maybe screenshot and example from issue in our bugtracker is not 
the best one. 
You can check it on this sample <https://godbolt.org/z/hxMW16vxr> from 
clang-tidy tests:
The "hicpp-signed-bitwise" will point to

  URes = UValue & -1;
              ^

instead of -1, which looks confusing.


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