]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/analyzer.h
Update copyright years.
[thirdparty/gcc.git] / gcc / analyzer / analyzer.h
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-16  David Malcolmanalyzer: add sarif properties for bounds checking...
2023-12-01  David Malcolmdiagnostics, analyzer: add optional per-diagnostic...
2023-11-19  David Malcolmlibcpp: split decls out to rich-location.h
2023-11-19  David Malcolmanalyzer: new warning: -Wanalyzer-undefined-behavior...
2023-09-15  David Malcolmanalyzer: introduce pending_location
2023-09-01  benjamin priouranalyzer: Add support of placement new and improved...
2023-08-27  benjamin priouranalyzer: Move gcc.dg/analyzer tests to c-c++-common...
2023-08-09  David Malcolmanalyzer: remove default return value from region_model...
2023-06-22  David Malcolmanalyzer: add text-art visualizations of out-of-bounds...
2023-01-26  David Malcolmanalyzer: fix false positives from -Wanalyzer-infinite...
2023-01-19  David Malcolmanalyzer: use dominator info in -Wanalyzer-deref-before...
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-09  David Malcolmanalyzer: rename region-model-impl-calls.cc to kf.cc
2022-12-06  David Malcolmanalyzer: split out more stuff from region-model-impl...
2022-12-02  David Malcolmanalyzer: introduce struct event_loc_info
2022-12-02  David Malcolmanalyzer: fixes to region creation messages [PR107851]
2022-11-30  David Malcolmanalyzer work on issues with flex-generated lexers...
2022-11-24  David Malcolmanalyzer: move known funs for fds to sm-fd.cc
2022-11-22  David Malcolmanalyzer: eliminate region_model::impl_call_* special...
2022-11-18  David Malcolmanalyzer: move more impl_* to known_function
2022-11-16  David Malcolmanalyzer: log the stashing of named constants [PR107711]
2022-11-16  David Malcolmanalyzer: use known_function to simplify region_model...
2022-11-15  David Malcolmc, analyzer: support named constants in analyzer [PR106302]
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for state machines from...
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for known functions
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-10-05  David Malcolmanalyzer: revamp side-effects of call summaries [PR107072]
2022-09-09  David Malcolmanalyzer: add support for plugin-supplied known functio...
2022-09-08  Tim Langeanalyzer: support for symbolic values in the out-of...
2022-05-16  David Malcolmanalyzer: implement four new warnings for <stdarg.h...
2022-03-29  David Malcolmanalyzer: ensure that we purge state when reusing a...
2022-03-18  David Malcolmanalyzer: extend state-purging to locals [PR104943]
2022-03-10  David Malcolmanalyzer: add notes to write-to-const/string from acces...
2022-02-23  David Malcolmanalyzer: handle __attribute__((const)) [PR104434]
2022-02-02  David Malcolmanalyzer: implement bit_range_region
2022-01-03  Jakub JelinekUpdate copyright years.
2021-09-08  David Malcolmanalyzer: fix ICE when discarding result of realloc...
2021-08-30  David Malcolmanalyzer: support "bifurcation"; reimplement realloc...
2021-08-23  David Malcolmanalyzer: rewrite of switch handling
2021-08-04  David Malcolmanalyzer: initial implementation of asm support [PR101570]
2021-07-28  Siddhesh Poyarekaranalyzer: Handle strdup builtins
2021-07-16  David Malcolmanalyzer: add region_model::check_region_access
2021-07-15  David Malcolmanalyzer: reimplement -Wanalyzer-use-of-uninitialized...
2021-06-30  David Malcolmanalyzer: eliminate enum binding_key [PR95006]
2021-06-28  David Malcolmanalyzer: introduce byte_range and use to simplify...
2021-06-08  David Malcolmanalyzer: fix region::get_bit_size for bitfields
2021-03-31  David Malcolmanalyzer: avoid printing '<unknown>' for SSA names...
2021-01-18  David Malcolmanalyzer: use "malloc" attribute
2021-01-14  David Malcolmanalyzer: const fixes [PR98679]
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-30  David MalcolmAdd analyzer plugin support and CPython GIL example
2020-10-29  David Malcolmanalyzer: move svalue and region decls to their own...
2020-09-24  David Malcolmanalyzer: add -fno-analyzer-feasibility
2020-09-23  Tobias Burnusgcc/analyzer: Silence -Wpragma warns with GCC < 10
2020-08-13  David Malcolmanalyzer: rewrite of region and value-handling
2020-03-27  David Malcolmanalyzer: add new supergraph visualization
2020-03-06  David Malcolmanalyzer: improvements to region_model::get_representat...
2020-03-06  David Malcolmanalyzer: improvements to state dumping
2020-03-02  David Malcolmanalyzer: detect malloc, free, calloc within "std"...
2020-01-29  Jakub Jelinekanalyzer: fix build with gcc 4.4 (PR 93276)
2020-01-27  David Malcolmanalyzer: fix setjmp-detection and support sigsetjmp
2020-01-27  David Malcolmanalyzer: fix build with gcc 4.4 (PR 93276)
2020-01-22  David Malcolmanalyzer: introduce namespace to avoid ODR clashes...
2020-01-14  David Malcolmanalyzer: purge state for unknown function calls
2020-01-14  David MalcolmInitial commit of analyzer