]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/sm-fd.cc
analyzer: use std::unique_ptr for pending_diagnostic/note
[thirdparty/gcc.git] / gcc / analyzer / sm-fd.cc
2022-11-03  David Malcolmanalyzer: use std::unique_ptr for pending_diagnostic...
2022-10-26  David Malcolmanalyzer: fixes to file-descriptor handling
2022-10-24  David Malcolmanalyzer: handle "pipe" and "pipe2" [PR106300]
2022-10-05  David Malcolmanalyzer: simplify some includes
2022-08-15  Immad Miranalyzer: fix for ICE in sm-fd.cc [PR106551]
2022-08-11  Immad Miranalyzer: fix ICE casued by dup2 in sm-fd.cc[PR106551]
2022-08-02  Immad Miranalyzer: support for creat, dup, dup2 and dup3 [PR106298]
2022-07-27  Immad Miranalyzer: add get_meaning_for_state_change vfunc to...
2022-07-25  Martin Liskaanalyzer: fix coding style in sm-fd.cc
2022-07-23  Immad MirAdding three new function attributes for static analysi...
2022-07-06  Immad Miranalyzer: reorder initialization of state m_invalid...
2022-07-06  Immad Miranalyzer: show close event for use_after_close diagnostic
2022-07-02  Immad Miranalyzer: implement five new warnings for misuse of...