[all-commits] [llvm/llvm-project] 58abe3: [clang][dataflow] Add flowConditionIsTautology fun...
Eric Li via All-commits
all-commits at lists.llvm.org
Wed May 4 20:58:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58abe36ae7654987f5af793e3e261ac0b43c870b
https://github.com/llvm/llvm-project/commit/58abe36ae7654987f5af793e3e261ac0b43c870b
Author: Eric Li <li.zhe.hua at gmail.com>
Date: 2022-05-05 (Thu, 05 May 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
M clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
M clang/unittests/Analysis/FlowSensitive/DataflowAnalysisContextTest.cpp
Log Message:
-----------
[clang][dataflow] Add flowConditionIsTautology function
Provide a way for users to check if a flow condition is
unconditionally true.
Differential Revision: https://reviews.llvm.org/D124943
More information about the All-commits
mailing list