[all-commits] [llvm/llvm-project] 3ec2b2: [clang][dataflow] Rename `Status` field in a `Solv...
weiyi via All-commits
all-commits at lists.llvm.org
Wed Jul 13 04:41:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ec2b2f4ec3205a5b11c083b80566292d6ee2ecb
https://github.com/llvm/llvm-project/commit/3ec2b2f4ec3205a5b11c083b80566292d6ee2ecb
Author: Wei Yi Tee <wyt at google.com>
Date: 2022-07-13 (Wed, 13 Jul 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/Solver.h
Log Message:
-----------
[clang][dataflow] Rename `Status` field in a `Solver::Result` struct to `SATCheckStatus`.
Previously, `Status` was named after the enum type `Status` which caused the enum to be hidden by the non-type declaration of the `Status` field. This patch fixes this issue by using different names for the field and type.
Differential Revision: https://reviews.llvm.org/D129568
More information about the All-commits
mailing list