aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/analyzer-pass.cc
AgeCommit message (Expand)AuthorFilesLines
2022-11-03analyzer: use std::unique_ptr during bifurcationDavid Malcolm1-0/+1
2022-10-05analyzer: simplify some includesDavid Malcolm1-1/+0
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm1-2/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-30Unbreak build with --disable-analyzerDavid Malcolm1-0/+3
2020-11-30Add analyzer plugin support and CPython GIL exampleDavid Malcolm1-3/+15
2020-01-22analyzer: introduce namespace to avoid ODR clashes (PR 93307)David Malcolm1-1/+1
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+102