aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/sm.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-22analyzer: add -fdump-analyzer-jsonDavid Malcolm1-0/+3
2020-09-09analyzer: generalize sm-malloc to new/delete [PR94355]David Malcolm1-0/+6
2020-09-09analyzer: eliminate sm_context::warn_for_state in favor of a new 'warn' vfuncDavid Malcolm1-5/+3
2020-09-09analyzer: reimplement on_transition in terms of get_state/set_next_stateDavid Malcolm1-5/+22
2020-09-09analyzer: use objects for state_machine::state_tDavid Malcolm1-16/+32
2020-08-13analyzer: rewrite of region and value-handlingDavid Malcolm1-4/+31
2020-03-06analyzer: improvements to state dumpingDavid Malcolm1-0/+2
2020-02-03analyzer: detect zero-assignment in phis (PR 93544)David Malcolm1-0/+7
2020-01-30analyzer: add extrinsic_state::dumpDavid Malcolm1-0/+2
2020-01-22analyzer: introduce namespace to avoid ODR clashes (PR 93307)David Malcolm1-0/+4
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+178