jtmott-intel added a comment.

I don't have commit access. For whoever performs the commit, here's a (draft) 
commit message:

  [clang] Fix or emit diagnostic for checked arithmetic builtins with _ExtInt 
types
  
  - Fix computed size for _ExtInt types passed to checked arithmetic builtins.
  - Emit diagnostic when signed _ExtInt larger than 128-bits is passed to 
__builtin_mul_overflow.
  - Change Sema checks for builtins to accept placeholder types.


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

https://reviews.llvm.org/D81420



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

Reply via email to