[PATCH] D128363: [clang][dataflow] Implement functionality for flow condition variable substitution.

weiyi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 24 05:54:55 PDT 2022


wyt updated this revision to Diff 439719.
wyt marked an inline comment as done.
wyt added a comment.

Address comments - improve test clarity by comparing substituted flow condition with an expected value using `equivalentBoolValues` utility.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128363/new/

https://reviews.llvm.org/D128363

Files:
  clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
  clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
  clang/unittests/Analysis/FlowSensitive/DataflowAnalysisContextTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128363.439719.patch
Type: text/x-patch
Size: 11813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220624/8b986b42/attachment-0001.bin>


More information about the cfe-commits mailing list