aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/checker-path.cc
AgeCommit message (Expand)AuthorFilesLines
2022-01-27analyzer: show region creation events for uninit warningsDavid Malcolm1-0/+41
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-18analyzer: detect and analyze calls via function pointerAnkur Saini1-10/+18
2021-06-18analyzer: refactor custom_event, introducing precanned_custom_event classDavid Malcolm1-3/+3
2021-06-13use range based for loops to iterate over vec<>Trevor Saunders1-3/+1
2021-03-31analyzer: avoid printing '<unknown>' for SSA names [PR99771]David Malcolm1-4/+6
2021-01-29analyzer: consolidate conditionals in pathsDavid Malcolm1-0/+26
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-30Add analyzer plugin support and CPython GIL exampleDavid Malcolm1-0/+9
2020-09-22analyzer: add -fdump-analyzer-jsonDavid Malcolm1-0/+1
2020-09-18analyzer: fix warning_event::get_desc for global state changesDavid Malcolm1-8/+21
2020-09-09analyzer: use objects for state_machine::state_tDavid Malcolm1-13/+12
2020-08-13analyzer: rewrite of region and value-handlingDavid Malcolm1-22/+30
2020-04-01analyzer: handle compound assignments [PR94378]David Malcolm1-0/+1
2020-02-24analyzer: eliminate irrelevant control-flow edges from pathsDavid Malcolm1-1/+1
2020-01-27analyzer: fix setjmp-detection and support sigsetjmpDavid Malcolm1-5/+9
2020-01-22analyzer: introduce namespace to avoid ODR clashes (PR 93307)David Malcolm1-0/+4
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+957