[PATCH] D155922: [clang][dataflow] Eliminate `ReferenceValue`.

Martin Böhme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 21 00:54:08 PDT 2023


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

There are no remaining uses of this class in the framework.

This patch is part of the ongoing migration to strict handling of value
categories (see https://discourse.llvm.org/t/70086 for details).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155922

Files:
  clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
  clang/include/clang/Analysis/FlowSensitive/Value.h
  clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
  clang/lib/Analysis/FlowSensitive/DebugSupport.cpp
  clang/lib/Analysis/FlowSensitive/HTMLLogger.cpp
  clang/lib/Analysis/FlowSensitive/Value.cpp
  clang/unittests/Analysis/FlowSensitive/ValueTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155922.542790.patch
Type: text/x-patch
Size: 11623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230721/43ebe5d9/attachment-0001.bin>


More information about the cfe-commits mailing list