PiotrZSL added a comment.

This wont fix issue, simply because problem happen during reading -1, not 
during dumping, and per documentation -1 was a valid value. Same issue happen 
in other checks that use -1. Most probably best way would be to change those 
variables into std::int64_t, in C++ creating any structure of size above max 
int will fail with error anyway, so using signed i64 should be sufficient, and 
would also accept -1.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157869

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

Reply via email to