aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/program-point.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-22analyzer: fix false +ves from -Wanalyzer-deref-before-check due to inlining [...David Malcolm1-0/+3
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-04analyzer: revamp side-effects of call summaries [PR107072]David Malcolm1-0/+3
2022-06-24analyzer: consolidate call_string instancesDavid Malcolm1-19/+16
2022-04-28analyzer: add .fpath.txt dumps to -fdump-analyzer-feasibilityDavid Malcolm1-1/+0
2022-03-18analyzer: extend state-purging to locals [PR104943]David Malcolm1-0/+4
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-18analyzer: detect and analyze calls via function pointerAnkur Saini1-1/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-27analyzer: eliminate non-determinism in logsDavid Malcolm1-0/+3
2020-09-22analyzer: add -fdump-analyzer-jsonDavid Malcolm1-0/+2
2020-09-16analyzer: add program_point::get_nextDavid Malcolm1-0/+2
2020-08-13analyzer: rewrite of region and value-handlingDavid Malcolm1-31/+21
2020-01-22analyzer: introduce namespace to avoid ODR clashes (PR 93307)David Malcolm1-0/+4
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+310