aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/call-string.cc
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-11analyzer: new warning: -Wanalyzer-infinite-recursion [PR106147]David Malcolm1-0/+16
2022-11-03analyzer: use std::unique_ptr during bifurcationDavid Malcolm1-0/+1
2022-10-05analyzer: simplify some includesDavid Malcolm1-1/+0
2022-06-24analyzer: consolidate call_string instancesDavid Malcolm1-65/+95
2022-06-24analyzer: whitespace cleanupsDavid Malcolm1-10/+8
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-29analyzer: : Refactor callstring to work with pairs of supernodes.Ankur Saini1-38/+105
2021-06-13use range based for loops to iterate over vec<>Trevor Saunders1-12/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-23gcc/analyzer: Silence -Wpragma warns with GCC < 10Tobias Burnus1-0/+2
2020-09-22analyzer: add -fdump-analyzer-jsonDavid Malcolm1-0/+29
2020-08-13analyzer: rewrite of region and value-handlingDavid Malcolm1-0/+2
2020-01-27analyzer: fixes to tree_cmp and other comparatorsDavid Malcolm1-22/+1
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+233