aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/feasible-graph.cc
AgeCommit message (Expand)AuthorFilesLines
2022-11-03analyzer: use std::unique_ptr for feasibility_problems and exploded_pathDavid Malcolm1-2/+2
2022-11-03analyzer: use std::unique_ptr for pending_diagnostic/noteDavid Malcolm1-0/+1
2022-10-05analyzer: simplify some includesDavid Malcolm1-7/+0
2022-04-28analyzer: add .fpath.txt dumps to -fdump-analyzer-feasibilityDavid Malcolm1-0/+65
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-23analyzer: rewrite of switch handlingDavid Malcolm1-3/+4
2021-04-01analyzer: record per-enode saved_diagnosticsDavid Malcolm1-3/+2
2021-03-11analyzer: new implementation of shortest feasible path [PR96374]David Malcolm1-0/+235