martong added a comment.

In D103314#2829806 <https://reviews.llvm.org/D103314#2829806>, @uabelho wrote:

> 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>

Thanks Mikael for the reproducer, I am going to debug tomorrow.


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