[all-commits] [llvm/llvm-project] e7481f: [clang][dataflow] Add transfer functions for assig...
Stanislav Gatev via All-commits
all-commits at lists.llvm.org
Mon Jan 10 11:37:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7481f6ee591678e3a70569c2e87597f148adb3e
https://github.com/llvm/llvm-project/commit/e7481f6ee591678e3a70569c2e87597f148adb3e
Author: Stanislav Gatev <sgatev at google.com>
Date: 2022-01-10 (Mon, 10 Jan 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
M clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
[clang][dataflow] Add transfer functions for assignment
This is part of the implementation of the dataflow analysis framework.
See "[RFC] A dataflow analysis framework for Clang AST" on cfe-dev.
Differential Revision: https://reviews.llvm.org/D116596
More information about the All-commits
mailing list