aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/analyzer.cc
AgeCommit message (Expand)AuthorFilesLines
2020-09-28analyzer: fix ICE on non-pointer longjmp [PR97233]David Malcolm1-1/+4
2020-09-14analyzer: fix ICE on setjmp with non-pointer-type [PR97029]David Malcolm1-1/+3
2020-08-13analyzer: rewrite of region and value-handlingDavid Malcolm1-0/+30
2020-03-02analyzer: detect malloc, free, calloc within "std" [PR93959]David Malcolm1-0/+61
2020-01-31calls.c: refactor special_function_p for use by analyzer (v2)David Malcolm1-9/+1
2020-01-27analyzer: fix setjmp-detection and support sigsetjmpDavid Malcolm1-14/+69
2020-01-22analyzer: testsuite fixes for alloca, getpass, and setjmp (PR 93316)David Malcolm1-1/+2
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+151