[all-commits] [llvm/llvm-project] ed65ce: [clang][dataflow] Identify post-visit state change...
martinboehme via All-commits
all-commits at lists.llvm.org
Wed Sep 20 06:19:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed65ced22af8a31ab374179d3d56b1e7c1456069
https://github.com/llvm/llvm-project/commit/ed65ced22af8a31ab374179d3d56b1e7c1456069
Author: martinboehme <mboehme at google.com>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/Logger.h
M clang/lib/Analysis/FlowSensitive/HTMLLogger.cpp
M clang/lib/Analysis/FlowSensitive/HTMLLogger.html
M clang/lib/Analysis/FlowSensitive/Logger.cpp
M clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
M clang/unittests/Analysis/FlowSensitive/LoggerTest.cpp
Log Message:
-----------
[clang][dataflow] Identify post-visit state changes in the HTML logger. (#66746)
Previously, post-visit state changes were indistinguishable from
ordinary
iterations, which could give a confusing picture of how many iterations
a block
needs to converge.
Now, post-visit state changes are marked with "post-visit" instead of an
iteration number:
![screenshot](https://github.com/llvm/llvm-project/assets/29098113/5e9553d6-dfaa-45d3-8ea4-e623a14ee4c5))
More information about the All-commits
mailing list