aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/sm-pattern-test.cc
AgeCommit message (Expand)AuthorFilesLines
2024-07-04analyzer: convert sm_context * to sm_context &David Malcolm1-7/+7
2024-05-30Add new text_art::tree_widget and use it in analyzerDavid Malcolm1-0/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-01diagnostics, analyzer: add optional per-diagnostic property bags to SARIFDavid Malcolm1-5/+3
2023-06-21analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]David Malcolm1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-03analyzer: use std::unique_ptr for pending_diagnostic/noteDavid Malcolm1-2/+4
2022-10-05analyzer: simplify some includesDavid Malcolm1-4/+0
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm1-7/+7
2022-03-16analyzer: early rejection of disabled warnings [PR104955]David Malcolm1-1/+7
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-07analyzer: remove add_any_constraints_from_ssa_def_stmtDavid Malcolm1-7/+17
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-22analyzer: add -fdump-analyzer-jsonDavid Malcolm1-0/+1
2020-09-09analyzer: eliminate sm_context::warn_for_state in favor of a new 'warn' vfuncDavid Malcolm1-1/+1
2020-09-09analyzer: use objects for state_machine::state_tDavid Malcolm1-4/+0
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-2/+2
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+152