summaryrefslogtreecommitdiff
path: root/gcc/analyzer/call-string.cc
AgeCommit message (Expand)Author
2025-06-30analyzer: use nullptr rather than NULLDavid Malcolm
2025-04-28Eliminate make-unique.h and ::make_uniqueDavid Malcolm
2025-04-28analyzer: use analyzer/common.h as a common headerDavid Malcolm
2025-01-02Update copyright years.Jakub Jelinek
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski
2024-11-01analyzer: use std::unique_ptr in "to_json" functionsDavid Malcolm
2024-07-24analyzer: reduce use of naked "new" for json dumpsDavid Malcolm
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-11-11analyzer: new warning: -Wanalyzer-infinite-recursion [PR106147]David Malcolm
2022-11-03analyzer: use std::unique_ptr during bifurcationDavid Malcolm
2022-10-05analyzer: simplify some includesDavid Malcolm
2022-06-24analyzer: consolidate call_string instancesDavid Malcolm
2022-06-24analyzer: whitespace cleanupsDavid Malcolm
2022-01-03Update copyright years.Jakub Jelinek
2021-07-29analyzer: : Refactor callstring to work with pairs of supernodes.Ankur Saini
2021-06-13use range based for loops to iterate over vec<>Trevor Saunders
2021-01-04Update copyright years.Jakub Jelinek
2020-09-23gcc/analyzer: Silence -Wpragma warns with GCC < 10Tobias Burnus
2020-09-22analyzer: add -fdump-analyzer-jsonDavid Malcolm
2020-08-13analyzer: rewrite of region and value-handlingDavid Malcolm
2020-01-27analyzer: fixes to tree_cmp and other comparatorsDavid Malcolm
2020-01-14Initial commit of analyzerDavid Malcolm