I accidentally used cast instead of cast_or_null.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153956
[clang][dataflow] Don't crash if copy constructor arg doesn't have a storage location. ClosedPublic Authored by mboehme on Jun 28 2023, 2:16 AM.
Details Summary I accidentally used cast instead of cast_or_null.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 28 2023, 2:23 AM This revision was landed with ongoing or failed builds.Jun 28 2023, 4:16 AM Closed by commit rGabc8367413ff: [clang][dataflow] Don't crash if copy constructor arg doesn't have a storage… (authored by mboehme). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 535293 clang/lib/Analysis/FlowSensitive/Transfer.cpp
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
|