[PATCH] D117339: [clang][dataflow] Add transfer functions for bind temporary and static cast

Stanislav Gatev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 14 10:29:57 PST 2022


sgatev created this revision.
sgatev added reviewers: ymandel, xazax.hun, gribozavr2.
Herald added a subscriber: rnkovacs.
sgatev requested review of this revision.
Herald added a project: clang.

This is part of the implementation of the dataflow analysis framework.
See "[RFC] A dataflow analysis framework for Clang AST" on cfe-dev.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117339

Files:
  clang/lib/Analysis/FlowSensitive/Transfer.cpp
  clang/unittests/Analysis/FlowSensitive/TransferTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117339.400067.patch
Type: text/x-patch
Size: 9219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220114/47087882/attachment-0001.bin>


More information about the cfe-commits mailing list