Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quick fix for rC330605: specify a target arch for test | Aleksei Sidorin | 2018-04-23 | 1 | -1/+1 |
| | | | | llvm-svn: 330613 | ||||
* | [analyzer] Don't crash on printing ConcreteInt of size >64 bits | Aleksei Sidorin | 2018-04-23 | 1 | -0/+7 |
Printing of ConcreteInts with size >64 bits resulted in assertion failure in get[Z|S]ExtValue() because these methods are only allowed to be used with integers of 64 max bit width. This patch fixes the issue. llvm-svn: 330605 |