aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/call-info.cc
AgeCommit message (Expand)AuthorFilesLines
2024-02-29analyzer: fix ICE in call summarization [PR114159]David Malcolm1-0/+8
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-06analyzer: split out more stuff from region-model-impl-calls.ccDavid Malcolm1-0/+1
2022-12-02analyzer: introduce struct event_loc_infoDavid Malcolm1-7/+8
2022-11-07analyzer: introduce succeed_or_fail_call_infoDavid Malcolm1-15/+6
2022-11-03analyzer: use std::unique_ptr for checker_eventDavid Malcolm1-4/+5
2022-11-03analyzer: use std::unique_ptr for pending_diagnostic/noteDavid Malcolm1-0/+1
2022-10-05analyzer: simplify some includesDavid Malcolm1-7/+0
2022-10-04analyzer: revamp side-effects of call summaries [PR107072]David Malcolm1-1/+11
2022-07-15libcpp: Improve encapsulation of label_textJonathan Wakely1-1/+1
2022-07-07Convert label_text to C++11 move semanticsDavid Malcolm1-1/+0
2022-05-23analyzer: use 'final' and 'override' where appropriateDavid Malcolm1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-30analyzer: support "bifurcation"; reimplement realloc [PR99260]David Malcolm1-0/+162