aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/sm-taint.cc
AgeCommit message (Expand)AuthorFilesLines
2020-09-22analyzer: add -fdump-analyzer-jsonDavid Malcolm1-0/+1
2020-09-09analyzer: eliminate sm_context::warn_for_state in favor of a new 'warn' vfuncDavid Malcolm1-20/+29
2020-09-09analyzer: use objects for state_machine::state_tDavid Malcolm1-4/+0
2020-08-13analyzer: rewrite of region and value-handlingDavid Malcolm1-5/+4
2020-01-28diagnostic_metadata: unbreak xgettext (v2)David Malcolm1-12/+12
2020-01-22analyzer: introduce namespace to avoid ODR clashes (PR 93307)David Malcolm1-0/+4
2020-01-14analyzer: fix dedupe issue seen with CVE-2005-1689David Malcolm1-1/+1
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+328