[PATCH] D153488: [dataflow] HTMLLogger: meaningful names for flow condition variables

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 21 18:10:02 PDT 2023


sammccall created this revision.
Herald added subscribers: martong, xazax.hun.
Herald added a reviewer: NoQ.
Herald added a project: All.
sammccall requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Instead of meaningless "V7", use the name "B3 <https://reviews.llvm.org/B3>:1" for the flow condition
of the first analysis of basic block 3.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153488

Files:
  clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
  clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
  clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
  clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
  clang/lib/Analysis/FlowSensitive/HTMLLogger.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153488.533446.patch
Type: text/x-patch
Size: 5402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230622/6304a556/attachment.bin>


More information about the cfe-commits mailing list