]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/checker-path.h
Update copyright years.
[thirdparty/gcc.git] / gcc / analyzer / checker-path.h
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-18  David Malcolmanalyzer: new warning: -Wanalyzer-infinite-loop [PR106147]
2023-09-14  David Malcolmdiagnostics: support multithreaded diagnostic paths
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-02  David Malcolmanalyzer: introduce struct event_loc_info
2022-12-02  David Malcolmanalyzer: fixes to region creation messages [PR107851]
2022-11-11  David Malcolmanalyzer: split out checker_event classes to their...
2022-11-11  David Malcolmanalyzer: new warning: -Wanalyzer-infinite-recursion...
2022-11-09  David Malcolmanalyzer: better logging of event creation
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for checker_event
2022-09-09  David Malcolmanalyzer: implement trust boundaries via a plugin for...
2022-07-02  Tim Langeanalyzer: add allocation size checker [PR105900]
2022-06-15  David Malcolmanalyzer: fix up paths for inlining (PR analyzer/105962)
2022-06-02  David Malcolmdiagnostics: add SARIF output format
2022-05-20  David MalcolmUse "final" and "override" directly, rather than via...
2022-05-16  David Malcolmanalyzer: implement four new warnings for <stdarg.h...
2022-01-27  David Malcolmanalyzer: show region creation events for uninit warnings
2022-01-03  Jakub JelinekUpdate copyright years.
2021-08-18  Ankur Sainianalyzer: detect and analyze calls via function pointer
2021-06-18  David Malcolmanalyzer: refactor custom_event, introducing precanned_...
2021-01-29  David Malcolmanalyzer: consolidate conditionals in paths
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-30  David MalcolmAdd analyzer plugin support and CPython GIL example
2020-11-12  David Malcolmanalyzer: precision-of-wording for -Wanalyzer-stale...
2020-08-13  David Malcolmanalyzer: rewrite of region and value-handling
2020-03-04  David Malcolmanalyzer: fix ICE on non-lvalue in prune_for_sm_diagnos...
2020-01-27  David Malcolmanalyzer: fix setjmp-detection and support sigsetjmp
2020-01-22  David Malcolmanalyzer: introduce namespace to avoid ODR clashes...
2020-01-15  David Malcolmanalyzer: cleanups to checker_path
2020-01-15  David Malcolmanalyzer: delete checker_event::clone
2020-01-14  David MalcolmInitial commit of analyzer