Re: r293395 - Modules: Clarify ownership of ModuleFile instances in ModuleManager, NFC

2017-01-30 Thread David Blaikie via cfe-commits
Thanks! Always love to see cleanup like this :) On Sat, Jan 28, 2017 at 2:35 PM Duncan P. N. Exon Smith via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: dexonsmith > Date: Sat Jan 28 16:24:01 2017 > New Revision: 293395 > > URL: http://llvm.org/viewvc/llvm-project?rev=293395=rev >

r293395 - Modules: Clarify ownership of ModuleFile instances in ModuleManager, NFC

2017-01-28 Thread Duncan P. N. Exon Smith via cfe-commits
Author: dexonsmith Date: Sat Jan 28 16:24:01 2017 New Revision: 293395 URL: http://llvm.org/viewvc/llvm-project?rev=293395=rev Log: Modules: Clarify ownership of ModuleFile instances in ModuleManager, NFC Use std::unique_ptr to clarify the ownership of the ModuleFile instances in ModuleManager.