[clang] [clang][Driver] Use shared_ptr in the Compilation class (PR #116406)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 29 21:01:48 PST 2024
https://github.com/MaskRay requested changes to this pull request.
Using unique_ptr for `Args` is good, but I am not sure about shared_ptr for TranslatedArgs. There is no shared_ptr usage in clangDriver and we want to keep avoiding it.
https://github.com/llvm/llvm-project/pull/116406
More information about the cfe-commits
mailing list