Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/goto-checker/goto_trace_storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class goto_trace_storaget
const goto_tracet &insert(goto_tracet &&);

/// Store trace that contains multiple violated assertions
/// \note Only property IDs that are not part of any already stored trace
/// are mapped to the given trace.
const goto_tracet &insert_all(goto_tracet &&);

const std::vector<goto_tracet> &all() const;
Expand Down