[clang] [clang][Driver] Use shared_ptr in the Compilation class (PR #116406)

David Truby via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 2 06:13:22 PST 2024


https://github.com/DavidTruby commented:

I think you still don't need any of the shared_ptr usage here, there's no shared ownership semantics. If you change all these to unique_ptr then I think the patch would look good to me.

https://github.com/llvm/llvm-project/pull/116406


More information about the cfe-commits mailing list