summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/sval-dump-int128.c
Commit message (Collapse)AuthorAgeFilesLines
* Quick fix for rC330605: specify a target arch for testAleksei Sidorin2018-04-231-1/+1
| | | | llvm-svn: 330613
* [analyzer] Don't crash on printing ConcreteInt of size >64 bitsAleksei Sidorin2018-04-231-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
OpenPOWER on IntegriCloud