[all-commits] [llvm/llvm-project] 75c22b: [clang][dataflow] Add a transfer function for CXXB...
Stanislav Gatev via All-commits
all-commits at lists.llvm.org
Wed Jan 26 07:37:34 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75c22b382f2a7b0bb9499215a3d64e146e3f02cc
https://github.com/llvm/llvm-project/commit/75c22b382f2a7b0bb9499215a3d64e146e3f02cc
Author: Stanislav Gatev <sgatev at google.com>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
[clang][dataflow] Add a transfer function for CXXBoolLiteralExpr
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/D118236
More information about the All-commits
mailing list