]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/sm-malloc.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / analyzer / sm-malloc.cc
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-18  David Malcolmanalyzer: only use CWE-690 for unchecked return value...
2020-10-07  David Malcolmanalyzer: handle C++ argument numbers and "this" [PR97116]
2020-09-22  David Malcolmanalyzer: add -fdump-analyzer-json
2020-09-21  David Malcolmanalyzer: decls are not on the heap
2020-09-18  David Malcolmanalyzer: handle strdup and strndup
2020-09-09  David Malcolmanalyzer: generalize sm-malloc to new/delete [PR94355]
2020-09-09  David Malcolmanalyzer: eliminate sm_context::warn_for_state in favor...
2020-09-09  David Malcolmanalyzer: use objects for state_machine::state_t
2020-08-13  David Malcolmanalyzer: rewrite of region and value-handling
2020-03-18  Jakub JelinekFix up duplicated duplicated words in comments
2020-03-02  David Malcolmanalyzer: detect malloc, free, calloc within "std"...
2020-02-17  David Malcolmanalyzer: fix wording for assignment from NULL
2020-02-03  David Malcolmanalyzer: detect zero-assignment in phis (PR 93544)
2020-01-28  David Malcolmdiagnostic_metadata: unbreak xgettext (v2)
2020-01-22  David Malcolmanalyzer: introduce namespace to avoid ODR clashes...
2020-01-14  David Malcolmanalyzer: fix dedupe issue seen with CVE-2005-1689
2020-01-14  David MalcolmInitial commit of analyzer