Skip to content

Commit 59fce5a

Browse files
authored
Merge pull request #4224 from peterschrammel/clarify-trace-storage-docs
Clarify trace storage property ID mapping
2 parents 46f2ce4 + b12deec commit 59fce5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/goto-checker/goto_trace_storage.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ class goto_trace_storaget
2424
const goto_tracet &insert(goto_tracet &&);
2525

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

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

0 commit comments

Comments
 (0)