[all-commits] [llvm/llvm-project] 64ba46: [clang][dataflow] Add a transfer function for Init...
Stanislav Gatev via All-commits
all-commits at lists.llvm.org
Tue Jan 25 08:30:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64ba462b6e398bdb33464963f7d6274320f84370
https://github.com/llvm/llvm-project/commit/64ba462b6e398bdb33464963f7d6274320f84370
Author: Stanislav Gatev <sgatev at google.com>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/Value.h
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
[clang][dataflow] Add a transfer function for InitListExpr
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: xazax.hun
Differential Revision: https://reviews.llvm.org/D118119
More information about the All-commits
mailing list