aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/sm-malloc.cc
AgeCommit message (Expand)AuthorFilesLines
2020-09-22analyzer: add -fdump-analyzer-jsonDavid Malcolm1-0/+1
2020-09-21analyzer: decls are not on the heapDavid Malcolm1-1/+3
2020-09-18analyzer: handle strdup and strndupDavid Malcolm1-1/+3
2020-09-09analyzer: generalize sm-malloc to new/delete [PR94355]David Malcolm1-109/+481
2020-09-09analyzer: eliminate sm_context::warn_for_state in favor of a new 'warn' vfuncDavid Malcolm1-28/+49
2020-09-09analyzer: use objects for state_machine::state_tDavid Malcolm1-6/+2
2020-08-13analyzer: rewrite of region and value-handlingDavid Malcolm1-39/+125
2020-03-18Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2020-03-02analyzer: detect malloc, free, calloc within "std" [PR93959]David Malcolm1-0/+3
2020-02-17analyzer: fix wording for assignment from NULLDavid Malcolm1-2/+9
2020-02-03analyzer: detect zero-assignment in phis (PR 93544)David Malcolm1-9/+43
2020-01-28diagnostic_metadata: unbreak xgettext (v2)David Malcolm1-23/+26
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-4/+4
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+797