[all-commits] [llvm/llvm-project] cf63e9: [clang][dataflow] Add support for nested composite...
Stanislav Gatev via All-commits
all-commits at lists.llvm.org
Mon Mar 14 10:19:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf63e9d4caccbd540df083c63a5217ac50b5e1f9
https://github.com/llvm/llvm-project/commit/cf63e9d4caccbd540df083c63a5217ac50b5e1f9
Author: Stanislav Gatev <sgatev at google.com>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
[clang][dataflow] Add support for nested composite bool expressions
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/D121455
More information about the All-commits
mailing list