]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/checker-path.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / analyzer / checker-path.cc
2024-01-03  Jakub JelinekUpdate copyright years.
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-24  David Malcolmanalyzer: fix nondeterminism in logs
2022-11-16  David Malcolmanalyzer: split out checker-path.cc into a new checker...
2022-11-13  David Malcolmanalyzer: new warning: -Wanalyzer-tainted-assertion...
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-11-03  David Malcolmanalyzer: use std::unique_ptr for custom_edge_info...
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for pending_diagnostic...
2022-10-05  David Malcolmanalyzer: simplify some includes
2022-09-09  David Malcolmanalyzer: implement trust boundaries via a plugin for...
2022-07-15  Jonathan Wakelylibcpp: Improve encapsulation of label_text
2022-07-07  David Malcolmanalyzer: use label_text for superedge::get_description
2022-07-07  David MalcolmConvert label_text to C++11 move semantics
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-16  David Malcolmanalyzer: implement four new warnings for <stdarg.h...
2022-05-11  David Malcolmanalyzer: fix memory leaks
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-06-13  Trevor Saundersuse range based for loops to iterate over vec<>
2021-03-31  David Malcolmanalyzer: avoid printing '<unknown>' for SSA names...
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-09-22  David Malcolmanalyzer: add -fdump-analyzer-json
2020-09-18  David Malcolmanalyzer: fix warning_event::get_desc for global state...
2020-09-09  David Malcolmanalyzer: use objects for state_machine::state_t
2020-08-13  David Malcolmanalyzer: rewrite of region and value-handling
2020-04-01  David Malcolmanalyzer: handle compound assignments [PR94378]
2020-02-24  David Malcolmanalyzer: eliminate irrelevant control-flow edges from...
2020-01-27  David Malcolmanalyzer: fix setjmp-detection and support sigsetjmp
2020-01-22  David Malcolmanalyzer: introduce namespace to avoid ODR clashes...
2020-01-14  David MalcolmInitial commit of analyzer