[all-commits] [llvm/llvm-project] 963f40: [clang][dataflow] Add transfer functions for initi...
Stanislav Gatev via All-commits
all-commits at lists.llvm.org
Wed Jan 12 13:52:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 963f40051a4216936b47dad56765d60b64b7840d
https://github.com/llvm/llvm-project/commit/963f40051a4216936b47dad56765d60b64b7840d
Author: Stanislav Gatev <sgatev at google.com>
Date: 2022-01-12 (Wed, 12 Jan 2022)
Changed paths:
M clang/lib/Analysis/FlowSensitive/ControlFlowContext.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
[clang][dataflow] Add transfer functions for initializers
This is part of the implementation of the dataflow analysis framework.
See "[RFC] A dataflow analysis framework for Clang AST" on cfe-dev.
Reviewed-by: ymandel, xazax.hun
Differential Revision: https://reviews.llvm.org/D117123
More information about the All-commits
mailing list