[PATCH] D128519: [clang][dataflow] Move logic for creating implication and iff expressions into `DataflowAnalysisContext` from `DataflowEnvironment`.

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


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

To keep functionality of creating boolean expressions in a consistent location.

Depends On D128357 <https://reviews.llvm.org/D128357>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128519

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128519.439715.patch
Type: text/x-patch
Size: 12454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220624/0fbca4f9/attachment-0001.bin>


More information about the cfe-commits mailing list