printDiff() takes the current and a previous state of the given object
and only prints out the additional differences.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This patch is the sample for every other printDiff() functions, so let us brainstorming. I think it is useless to write out if there is no new information, also it comes with an ugly code. What do you guys think?
clang/lib/StaticAnalyzer/Core/ProgramState.cpp | ||
---|---|---|
449 | Now the separator is driven by the Store, mentioned in D61677. |
Now the separator is driven by the Store, mentioned in D61677.