analyzer: add heuristics for switch on enum type [PR105273]
[platform/upstream/gcc.git] / gcc / analyzer / sm-taint.cc
2023-01-13 David Malcolmanalyzer: add heuristics for switch on enum type [PR105273]
2022-11-13 David Malcolmanalyzer: new warning: -Wanalyzer-tainted-assertion...
2022-11-03 David Malcolmanalyzer: use std::unique_ptr for pending_diagnostic...
2022-10-05 David Malcolmanalyzer: simplify some includes
2022-09-09 David Malcolmanalyzer: implement trust boundaries via a plugin for...
2022-07-28 David Malcolmanalyzer: add CWE identifier URLs to docs
2022-07-21 David Malcolmanalyzer: bulletproof taint warnings against NULL m_arg
2022-07-20 David Malcolmanalyzer: update "tainted" state of RHS in comparisons...
2022-07-19 David Malcolmanalyzer: fix taint handling of switch statements ...
2022-07-15 David Malcolmanalyzer: fix taint false positive on optimized range...
2022-07-07 David Malcolmanalyzer: fix false positives from -Wanalyzer-tainted...
2022-06-02 David Malcolmdiagnostics: add SARIF output format
2022-05-20 David MalcolmUse "final" and "override" directly, rather than via...
2022-03-23 David Malcolmanalyzer: use tainted_allocation_size::m_mem_space...
2022-03-16 David Malcolmanalyzer: early rejection of disabled warnings [PR104955]
2022-03-10 David Malcolmanalyzer: fix duplicates in check_for_tainted_size_arg
2022-03-07 Jakub JelinekFix up duplicated duplicated words in comments
2022-02-07 David Malcolmanalyzer: fix ICE on realloc of non-heap [PR104417]
2022-02-03 David Malcolmanalyzer: fixes to realloc-handling [PR104369]
2022-01-14 David Malcolmanalyzer: fix ICE when combining taint states has_ub...
2022-01-14 David Malcolmanalyzer: fix ICE in taint checker on unary ops [PR104029]
2022-01-12 David Malcolmanalyzer: complain about tainted sizes with "access...
2022-01-03 Jakub JelinekUpdate copyright years.
2021-11-13 David Malcolmanalyzer: add four new taint-based warnings
2021-07-07 David Malcolmanalyzer: remove add_any_constraints_from_ssa_def_stmt
2021-03-30 David Malcolmanalyzer: only call get_diagnostic_tree when it's needed
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-14 David Malcolmanalyzer: fix dedupe issue seen with CVE-2005-1689
2020-01-14 David MalcolmInitial commit of analyzer