aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/diagnostic-manager.cc
AgeCommit message (Expand)AuthorFilesLines
2020-04-01analyzer: handle compound assignments [PR94378]David Malcolm1-0/+1
2020-03-27analyzer: add new supergraph visualizationDavid Malcolm1-13/+21
2020-03-27analyzer: improvements to diagnostic-manager.cc loggingDavid Malcolm1-6/+19
2020-03-18Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2020-03-13analyzer: handle NOP_EXPR in get_lvalue [PR94099,PR94105]David Malcolm1-2/+3
2020-03-04analyzer: fix ICE on non-lvalue in prune_for_sm_diagnostic [PR93993]David Malcolm1-32/+58
2020-03-02analyzer: don't print the duplicate count by defaultDavid Malcolm1-1/+1
2020-02-26analyzer: fix ICE with -Wanalyzer-null-dereference [PR 93950]David Malcolm1-0/+16
2020-02-24analyzer: eliminate irrelevant control-flow edges from pathsDavid Malcolm1-14/+130
2020-02-10analyzer: fix ICE reporting NULL dereference (PR 93647)David Malcolm1-0/+6
2020-02-03analyzer: detect zero-assignment in phis (PR 93544)David Malcolm1-0/+9
2020-01-30analyzer: make extrinsic_state field privateDavid Malcolm1-3/+3
2020-01-27analyzer: fix setjmp-detection and support sigsetjmpDavid Malcolm1-2/+4
2020-01-22analyzer: introduce namespace to avoid ODR clashes (PR 93307)David Malcolm1-0/+4
2020-01-14analyzer: cleanups to checker_pathDavid Malcolm1-17/+20
2020-01-14analyzer: fix dedupe issue seen with CVE-2005-1689David Malcolm1-0/+14
2020-01-14analyzer: better logging for dedupe_winners::addDavid Malcolm1-3/+20
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+1243