aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/analyzer.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-30Add analyzer plugin support and CPython GIL exampleDavid Malcolm1-0/+13
2020-10-28analyzer: move svalue and region decls to their own header filesDavid Malcolm1-0/+3
2020-09-23analyzer: add -fno-analyzer-feasibilityDavid Malcolm1-0/+1
2020-09-23gcc/analyzer: Silence -Wpragma warns with GCC < 10Tobias Burnus1-1/+2
2020-08-13analyzer: rewrite of region and value-handlingDavid Malcolm1-6/+186
2020-03-27analyzer: add new supergraph visualizationDavid Malcolm1-0/+1
2020-03-06analyzer: improvements to region_model::get_representative_treeDavid Malcolm1-0/+1
2020-03-06analyzer: improvements to state dumpingDavid Malcolm1-2/+6
2020-03-02analyzer: detect malloc, free, calloc within "std" [PR93959]David Malcolm1-0/+2
2020-01-29analyzer: fix build with gcc 4.4 (PR 93276)Jakub Jelinek1-16/+0
2020-01-27analyzer: fix setjmp-detection and support sigsetjmpDavid Malcolm1-1/+3
2020-01-27analyzer: fix build with gcc 4.4 (PR 93276)David Malcolm1-6/+10
2020-01-22analyzer: introduce namespace to avoid ODR clashes (PR 93307)David Malcolm1-0/+5
2020-01-14analyzer: purge state for unknown function callsDavid Malcolm1-0/+2
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+122