aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/analyzer.cc
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-23analyzer: fix ICE when failing to reconstruct a fn ptr [PR101837]David Malcolm1-0/+3
2021-08-04analyzer: initial implementation of asm support [PR101570]David Malcolm1-0/+1
2021-07-28analyzer: Handle strdup builtinsSiddhesh Poyarekar1-4/+4
2021-07-15analyzer: reimplement -Wanalyzer-use-of-uninitialized-value [PR95006 et al]David Malcolm1-39/+56
2021-07-15analyzer: use DECL_DEBUG_EXPR on SSA names for artificial varsDavid Malcolm1-2/+7
2021-04-05analyzer: fix ICE on zero-arg calls passed to __attribute__((nonnull)) [PR 99...David Malcolm1-1/+1
2021-03-31analyzer: avoid printing '<unknown>' for SSA names [PR99771]David Malcolm1-0/+128
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
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