]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/sm-malloc.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / analyzer / sm-malloc.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-01  David Malcolmdiagnostics, analyzer: add optional per-diagnostic...
2023-09-01  benjamin priouranalyzer: Add support of placement new and improved...
2023-08-27  benjamin priouranalyzer: Move gcc.dg/analyzer tests to c-c++-common...
2023-08-11  Eric Fenganalyzer: More features for CPython analyzer plugin...
2023-06-22  David Malcolmanalyzer: add text-art visualizations of out-of-bounds...
2023-03-22  David Malcolmanalyzer: fix false +ves from -Wanalyzer-deref-before...
2023-03-10  David Malcolmanalyzer: fix deref-before-check false +ves seen in...
2023-02-21  David Malcolmanalyzer: stop exploring the path after certain diagnos...
2023-02-10  David Malcolmanalyzer: don't warn for deref-before-check for checks...
2023-01-19  David Malcolmanalyzer: use dominator info in -Wanalyzer-deref-before...
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-06  David Malcolmanalyzer: split out more stuff from region-model-impl...
2022-11-22  David Malcolmanalyzer: eliminate region_model::impl_call_* special...
2022-11-10  David Malcolmanalyzer: new warning: -Wanalyzer-deref-before-check...
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for pending_diagnostic...
2022-10-05  David Malcolmanalyzer: simplify some includes
2022-07-28  David Malcolmanalyzer: add CWE identifier URLs to docs
2022-07-15  Jonathan Wakelylibcpp: Improve encapsulation of label_text
2022-07-07  David MalcolmConvert label_text to C++11 move semantics
2022-06-02  David Malcolmdiagnostics: add SARIF output format
2022-05-23  David Malcolmanalyzer: use 'final' and 'override' where appropriate
2022-05-20  David MalcolmUse "final" and "override" directly, rather than via...
2022-05-16  Martin LiskaUse more ARRAY_SIZE.
2022-03-16  David Malcolmanalyzer: early rejection of disabled warnings [PR104955]
2022-02-16  David Malcolmanalyzer: fixes to free of non-heap detection [PR104560]
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-03  Jakub JelinekUpdate copyright years.
2021-08-30  David Malcolmanalyzer: support "bifurcation"; reimplement realloc...
2021-08-03  Jakub Jelinekanalyzer: Fix ICE on MD builtin [PR101721]
2021-07-28  Siddhesh Poyarekaranalyzer: Handle strdup builtins
2021-07-28  Siddhesh Poyarekaranalyzer: Recognize __builtin_free as a matching deallo...
2021-07-15  David Malcolmanalyzer: reimplement -Wanalyzer-use-of-uninitialized...
2021-07-07  David Malcolmanalyzer: remove add_any_constraints_from_ssa_def_stmt
2021-05-18  David Malcolmanalyzer: fix missing leak after call to strsep [PR100615]
2021-04-24  David Malcolmanalyzer: fix ICE on NULL change.m_expr [PR100244]
2021-04-05  David Malcolmanalyzer: fix ICE on zero-arg calls passed to __attribu...
2021-03-30  David Malcolmanalyzer: only call get_diagnostic_tree when it's needed
2021-02-25  David Malcolmanalyzer: fix false positive on realloc [PR99193]
2021-01-18  David Malcolmanalyzer: use "malloc" attribute
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