]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/sm-file.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / analyzer / sm-file.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-14  David Malcolmanalyzer: cleanups [PR112655]
2023-12-01  David Malcolmdiagnostics, analyzer: add optional per-diagnostic...
2023-08-09  David Malcolmanalyzer: remove default return value from region_model...
2023-06-22  David Malcolmanalyzer: add text-art visualizations of out-of-bounds...
2023-02-07  David Malcolmanalyzer: fix -Wanalyzer-use-of-uninitialized-value...
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-06  David Malcolmanalyzer: split out more stuff from region-model-impl...
2022-11-30  David Malcolmanalyzer: move stdio known fns to sm-file.cc
2022-11-30  David Malcolmanalyzer work on issues with flex-generated lexers...
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for pending_diagnostic...
2022-10-05  David Malcolmanalyzer: simplify some includes
2022-06-16  David Malcolmanalyzer: associate -Wanalyzer-double-fclose with CWE...
2022-06-02  David Malcolmdiagnostics: add SARIF output format
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-01-03  Jakub JelinekUpdate copyright years.
2021-08-23  David Malcolmanalyzer: fix ICE with NULL change.m_expr [PR101875]
2021-07-21  David Malcolmanalyzer: bulletproof -Wanalyzer-file-leak [PR101547]
2021-07-07  David Malcolmanalyzer: remove add_any_constraints_from_ssa_def_stmt
2021-05-10  Martin LiskaCome up with startswith function.
2021-03-30  David Malcolmanalyzer: only call get_diagnostic_tree when it's needed
2021-03-15  Martin Liskaanalyzer: fix missing comma in initializer
2021-02-09  David Malcolmanalyzer: support "_IO_"-prefixed variants of FILE...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-09-22  David Malcolmanalyzer: add -fdump-analyzer-json
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-01-28  David Malcolmdiagnostic_metadata: unbreak xgettext (v2)
2020-01-22  David Malcolmanalyzer: introduce namespace to avoid ODR clashes...
2020-01-15  David Malcolmanalyzer: add known stdio functions to sm-file.cc ...
2020-01-14  David Malcolmanalyzer: fix dedupe issue seen with CVE-2005-1689
2020-01-14  David MalcolmInitial commit of analyzer