[PATCH] D131691: [clang][dataflow] Remove references of LatticeJoinEffect from dataflow

Eric Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 11 09:23:52 PDT 2022


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

A follow-up to D131688 <https://reviews.llvm.org/D131688> to remove references to the enum within the
dataflow framework and its tests.

Depends on D131688 <https://reviews.llvm.org/D131688>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131691

Files:
  clang/include/clang/Analysis/FlowSensitive/MapLattice.h
  clang/include/clang/Analysis/FlowSensitive/NoopLattice.h
  clang/unittests/Analysis/FlowSensitive/MapLatticeTest.cpp
  clang/unittests/Analysis/FlowSensitive/MatchSwitchTest.cpp
  clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp
  clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp
  clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131691.451881.patch
Type: text/x-patch
Size: 12458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220811/4c28b1ee/attachment.bin>


More information about the cfe-commits mailing list