[PATCH] D130593: [clang][dataflow] Separate context by frame

Sam Estep via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 26 12:56:51 PDT 2022


samestep updated this revision to Diff 447808.
samestep added a comment.

Use operator[] instead of try_emplace for C++14 compatibility


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130593

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/Transfer.cpp
  clang/unittests/Analysis/FlowSensitive/TransferTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130593.447808.patch
Type: text/x-patch
Size: 16505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220726/2703cca7/attachment-0001.bin>


More information about the cfe-commits mailing list