[all-commits] [llvm/llvm-project] 0e286b: [clang][dataflow] Add transfer functions for struc...
Stanislav Gatev via All-commits
all-commits at lists.llvm.org
Thu Jun 2 01:03:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e286b77cf7bebca568b60ac81c1717291040bc3
https://github.com/llvm/llvm-project/commit/0e286b77cf7bebca568b60ac81c1717291040bc3
Author: Stanislav Gatev <sgatev at google.com>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
[clang][dataflow] Add transfer functions for structured bindings
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/D120495
Reviewed-by: ymandel, xazax.hun
More information about the All-commits
mailing list