Use llvm::make_unique, std::all_of, std::find, etc.
No functional changes.
Prerequisite for further changes to Driver.
Differential D15936
Update code in buildCudaActions and BuildActions to latest idiom. ClosedPublic Authored by jlebar on Jan 6 2016, 1:24 PM.
Details Summary Use llvm::make_unique, std::all_of, std::find, etc. No functional changes. Prerequisite for further changes to Driver.
Diff Detail Event Timelinejlebar updated this object. jlebar retitled this revision from Update code in buildCudaActions to latest idiom. to Update code in buildCudaActions and BuildActions to latest idiom..Jan 6 2016, 1:29 PM tra edited edge metadata. Comment ActionsLGTM
This revision is now accepted and ready to land.Jan 6 2016, 2:10 PM jlebar added a child revision: D15960: Don't build jobs for the same Action + ToolChain twice..Jan 7 2016, 11:28 AM Closed by commit rL257190: Update code in buildCudaActions and BuildActions to latest idiom. (authored by jlebar). · Explain WhyJan 8 2016, 11:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 44152 lib/Driver/Driver.cpp
|
style nit -- no need for {}