Skip to content

Commit b12deec

Browse files
Clarify trace storage property ID mapping
Currently, the trace storage does not maintain an M:N mapping between property IDs and traces.
1 parent 79ea945 commit b12deec

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)