This can break release builds that set -Werror because they will error out on
an unused variable.
Depends On D156229
Paths
| Differential D156230
[clang][dataflow][NFC] Eliminate variable only used in assertion. AbandonedPublic Authored by mboehme on Jul 25 2023, 4:57 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 25 2023, 5:00 AM Comment Actions Abandoning. Already fixed at head in https://github.com/llvm/llvm-project/commit/e71bae94b04391cb47680622666d448418c0d972 mboehme removed a child revision: D155922: [clang][dataflow] Eliminate `ReferenceValue`..Jul 26 2023, 5:19 AM
Revision Contents
Diff 543926 clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
|