Replace some manual memory management with std::unique_ptr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Apparently some hosts don't like using std::unique_ptr for types that only have forward declarations. Reverted in 078072285d3fbdaa94f9a91140eb5c1223b548af and left a comment.