[all-commits] [llvm/llvm-project] 1e5715: [clang][dataflow] Extend flow conditions from bloc...
Stanislav Gatev via All-commits
all-commits at lists.llvm.org
Mon Mar 7 09:52:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e5715857abdd7c98f529eed5594b983bfa63324
https://github.com/llvm/llvm-project/commit/1e5715857abdd7c98f529eed5594b983bfa63324
Author: Stanislav Gatev <sgatev at google.com>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
M clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp
Log Message:
-----------
[clang][dataflow] Extend flow conditions from block terminators
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/D120984
More information about the All-commits
mailing list