[PATCH] D130270: [clang][dataflow] Use a dedicated bool to encode which branch was taken

Sam Estep via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 21 07:00:58 PDT 2022


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

This is a continuation of https://reviews.llvm.org/D129289 using @sgatev's feedback.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130270

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130270.446481.patch
Type: text/x-patch
Size: 10280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220721/a1210753/attachment.bin>


More information about the cfe-commits mailing list