D86841 had an error where for statements with no conditional were
required to make progress. This is not true, this patch removes that
line, and adds regression tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D91075
[clang] Fix ForStmt mustprogress handling ClosedPublic Authored by atmnpatel on Nov 9 2020, 6:29 AM.
Details Summary D86841 had an error where for statements with no conditional were
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 9 2020, 6:57 AM This revision was landed with ongoing or failed builds.Nov 9 2020, 8:38 AM Closed by commit rGfd3cad7a6016: [clang] Fix ForStmt mustprogress handling (authored by atmnpatel). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 303890 clang/lib/CodeGen/CGStmt.cpp
clang/test/CodeGen/attr-mustprogress-1.c
clang/test/CodeGen/attr-mustprogress-1.cpp
|