[all-commits] [llvm/llvm-project] dd4dde: [clang][dataflow] Add transfer functions for logic...
Stanislav Gatev via All-commits
all-commits at lists.llvm.org
Thu Feb 17 01:11:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd4dde8d39a9c36ea692635bdfc0c90cc8d755fd
https://github.com/llvm/llvm-project/commit/dd4dde8d39a9c36ea692635bdfc0c90cc8d755fd
Author: Stanislav Gatev <sgatev at google.com>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
M clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
M clang/include/clang/Analysis/FlowSensitive/Transfer.h
M clang/include/clang/Analysis/FlowSensitive/Value.h
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] Add transfer functions for logical and, or, not.
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/D119953
More information about the All-commits
mailing list