[PATCH] D16063: [Analyzer] Use a wider integer type for an array index

Aleksei Sidorin via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 12 07:09:18 PST 2016


a.sidorin added a comment.

LongLongTy is initialized as a built-in type in ASTContext and, as I understand, is always available. It is not 64-bit on some platforms (like TCE), but these platforms don't have a wider type too.


http://reviews.llvm.org/D16063





More information about the cfe-commits mailing list