aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/region-model-manager.cc
AgeCommit message (Expand)AuthorFilesLines
2020-10-27analyzer: eliminate non-determinism in logsDavid Malcolm1-14/+27
2020-09-22analyzer: add -fdump-analyzer-jsonDavid Malcolm1-0/+1
2020-08-31analyzer: fix ICE on casting float to pointer [PR96764]David Malcolm1-6/+29
2020-08-25analyzer: fix leak false positive/widening on pointer iteration [PR94858]David Malcolm1-0/+2
2020-08-22analyzer: fix NULL deref false positives [PR94851]David Malcolm1-0/+6
2020-08-20analyzer: fix infinite recursion ICE on unions [PR96723]David Malcolm1-0/+2
2020-08-19analyzer: fix ICE on folding vector 0 [PR96705]David Malcolm1-2/+2
2020-08-19analyzer: fix ICE converting float to int [PR96699]David Malcolm1-0/+5
2020-08-17analyzer: fix ICE on NULL dereference [PR96644]David Malcolm1-2/+2
2020-08-13analyzer: rewrite of region and value-handlingDavid Malcolm1-0/+1088