aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/diagnostic-manager.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-15analyzer: support diagnostics that don't have a stmtDavid Malcolm1-1/+18
2023-09-15analyzer: introduce pending_locationDavid Malcolm1-9/+27
2023-08-21analyzer: add ability for context to add events to a saved_diagnosticDavid Malcolm1-1/+11
2023-08-14analyzer: New option fanalyzer-show-events-in-system-headers [PR110543]benjamin priour1-0/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-02analyzer: fixes to region creation messages [PR107851]David Malcolm1-1/+2
2022-11-03analyzer: use std::unique_ptr for feasibility_problems and exploded_pathDavid Malcolm1-5/+4
2022-11-03analyzer: use std::unique_ptr for saved_diagnostic::m_stmt_finderDavid Malcolm1-4/+4
2022-11-03analyzer: use std::unique_ptr for pending_diagnostic/noteDavid Malcolm1-6/+6
2022-07-02analyzer: add allocation size checker [PR105900]Tim Lange1-0/+4
2022-06-15analyzer: show saved diagnostics as nodes in .eg.dot dumpsDavid Malcolm1-0/+3
2022-03-23analyzer: fix ICE adding note to disabled diagnostic [PR104997]David Malcolm1-2/+2
2022-03-16analyzer: early rejection of disabled warnings [PR104955]David Malcolm1-0/+1
2022-03-10analyzer: add notes to write-to-const/string from access attr [PR104793]David Malcolm1-0/+7
2022-01-27analyzer: show region creation events for uninit warningsDavid Malcolm1-1/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-15analyzer: reimplement -Wanalyzer-use-of-uninitialized-value [PR95006 et al]David Malcolm1-0/+2
2021-04-01analyzer: record per-enode saved_diagnosticsDavid Malcolm1-2/+2
2021-03-11analyzer: new implementation of shortest feasible path [PR96374]David Malcolm1-1/+5
2021-02-25analyzer: eliminate dedupe_candidate [PR96374]David Malcolm1-30/+14
2021-01-29analyzer: consolidate conditionals in pathsDavid Malcolm1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-22analyzer: add -fdump-analyzer-jsonDavid Malcolm1-0/+4
2020-08-13analyzer: rewrite of region and value-handlingDavid Malcolm1-4/+16
2020-03-27analyzer: add new supergraph visualizationDavid Malcolm1-0/+32
2020-03-04analyzer: fix ICE on non-lvalue in prune_for_sm_diagnostic [PR93993]David Malcolm1-0/+1
2020-02-24analyzer: eliminate irrelevant control-flow edges from pathsDavid Malcolm1-4/+10
2020-02-17analyzer: add diagnostics to output of -fdump-analyzer-exploded-graphDavid Malcolm1-0/+4
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-12/+1
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+135