uabelho added a comment.

Hi,

I'm seeing a failed assertion with this patch.
Reproduce with

  clang --analyze bbi-57338.c

Result:

  clang: /repo/uabelho/master-github/llvm/include/llvm/ADT/APSInt.h:148: bool 
llvm::APSInt::operator<(const llvm::APSInt &) const: Assertion `IsUnsigned == 
RHS.IsUnsigned && "Signedness mismatch!"' failed.

F17516582: bbi-57338.c <https://reviews.llvm.org/F17516582>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103314

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

Reply via email to