Removes an assertion and a useless line. The assertion seems left over from
earlier debugging and the line that follows is a stray line.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D140306
[clang][dataflow] Remove stray lines from `Environment::join` ClosedPublic Authored by ymandel on Dec 19 2022, 6:51 AM.
Details Summary Removes an assertion and a useless line. The assertion seems left over from
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 19 2022, 7:14 AM This revision was landed with ongoing or failed builds.Dec 19 2022, 7:29 AM Closed by commit rGa18cf8d14f55: [clang][dataflow] Remove stray lines from `Environment::join` (authored by ymandel). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 483962 clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
|