For loops are allowed to have an empty conditional expression; we
should not assert that it must have one.
Details
Details
- Reviewers
ymandel
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D128848
Fix assertion when analyzing a for-loop with no condition expression AbandonedPublic Authored by li.zhe.hua on Jun 29 2022, 12:47 PM.
Details
Summary For loops are allowed to have an empty conditional expression; we
Diff Detail
Event TimelineComment Actions
Seems like it.
Revision Contents
Diff 441133 clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
|