]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/analyzer.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / analyzer / analyzer.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-16  David Malcolmanalyzer: add sarif properties for bounds checking...
2023-10-03  David Malcolmdiagnostics: add ctors to text_info; add m_ prefixes...
2023-09-15  David Malcolmanalyzer: support diagnostics that don't have a stmt
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-02  David Malcolmanalyzer: fixes to region creation messages [PR107851]
2022-11-18  David Malcolmanalyzer: move more impl_* to known_function
2022-11-03  David Malcolmanalyzer: use std::unique_ptr during bifurcation
2022-11-03  David Malcolmanalyzer: fix ICE when pipe's arg isn't a pointer ...
2022-10-05  David Malcolmanalyzer: simplify some includes
2022-05-16  David Malcolmanalyzer: implement four new warnings for <stdarg.h...
2022-03-07  Jakub JelinekFix up duplicated duplicated words in comments
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-03  Jakub JelinekUpdate copyright years.
2021-08-23  David Malcolmanalyzer: fix ICE when failing to reconstruct a fn...
2021-08-04  David Malcolmanalyzer: initial implementation of asm support [PR101570]
2021-07-28  Siddhesh Poyarekaranalyzer: Handle strdup builtins
2021-07-15  David Malcolmanalyzer: reimplement -Wanalyzer-use-of-uninitialized...
2021-07-15  David Malcolmanalyzer: use DECL_DEBUG_EXPR on SSA names for artifici...
2021-04-05  David Malcolmanalyzer: fix ICE on zero-arg calls passed to __attribu...
2021-03-31  David Malcolmanalyzer: avoid printing '<unknown>' for SSA names...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-09-28  David Malcolmanalyzer: fix ICE on non-pointer longjmp [PR97233]
2020-09-14  David Malcolmanalyzer: fix ICE on setjmp with non-pointer-type ...
2020-08-13  David Malcolmanalyzer: rewrite of region and value-handling
2020-03-02  David Malcolmanalyzer: detect malloc, free, calloc within "std"...
2020-01-31  David Malcolmcalls.c: refactor special_function_p for use by analyze...
2020-01-27  David Malcolmanalyzer: fix setjmp-detection and support sigsetjmp
2020-01-22  David Malcolmanalyzer: testsuite fixes for alloca, getpass, and...
2020-01-14  David MalcolmInitial commit of analyzer