This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 159cd770e3 [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast new 373d8a8364 [analyzer] exploded-graph-rewriter: Implement checker messages. new 7c02a5411e [analyzer] exploded-graph-rewriter: Collapse very long state [...] new e3edbcf4f7 [analyzer] exploded-graph-rewriter: NFC: Add more comments. new 6ed0749151 [analyzer] exploded-graph-rewriter: Implement bug nodes and [...]
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/StaticAnalyzer/Core/ExprEngine.cpp | 27 ++-- test/Analysis/dump_egraph.c | 2 +- .../{constraints.dot => checker_messages.dot} | 23 +-- .../checker_messages_diff.dot | 99 ++++++++++++ .../exploded-graph-rewriter/constraints.dot | 3 + .../exploded-graph-rewriter/constraints_diff.dot | 11 +- test/Analysis/exploded-graph-rewriter/edge.dot | 4 +- .../exploded-graph-rewriter/environment.dot | 3 + .../exploded-graph-rewriter/environment_diff.dot | 9 ++ .../exploded-graph-rewriter/node_labels.dot | 17 +- .../exploded-graph-rewriter/program_points.dot | 28 +++- test/Analysis/exploded-graph-rewriter/store.dot | 3 + .../exploded-graph-rewriter/store_diff.dot | 8 + utils/analyzer/exploded-graph-rewriter.py | 172 +++++++++++++++++++-- 14 files changed, 360 insertions(+), 49 deletions(-) copy test/Analysis/exploded-graph-rewriter/{constraints.dot => checker_messages.do [...] create mode 100644 test/Analysis/exploded-graph-rewriter/checker_messages_diff.dot