diff options
author | Wei Yi Tee <wyt@google.com> | 2022-07-12 18:38:36 +0000 |
---|---|---|
committer | Wei Yi Tee <wyt@google.com> | 2022-07-13 11:40:37 +0000 |
commit | 3ec2b2f4ec3205a5b11c083b80566292d6ee2ecb (patch) | |
tree | 27a712be01aefbe24cd0a89c8bab8e1ebbbbbf7d /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 7610524af3c99e63ec6b3a452c45af51ffae57fa (diff) | |
download | llvm-3ec2b2f4ec3205a5b11c083b80566292d6ee2ecb.zip llvm-3ec2b2f4ec3205a5b11c083b80566292d6ee2ecb.tar.gz llvm-3ec2b2f4ec3205a5b11c083b80566292d6ee2ecb.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions