[PATCH] D66058: [NFC][clang] Move much of the argument handling code from Driver::BuildActions to Driver::handleArguments.

Puyan Lotfi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 10 18:02:14 PDT 2019


plotfi created this revision.
plotfi added reviewers: compnerd, aaron.ballman.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This change will go in on top of https://reviews.llvm.org/D65993.
It simply moves the code that already exists into a new function.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66058

Files:
  clang/include/clang/Driver/Driver.h
  clang/lib/Driver/Driver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66058.214544.patch
Type: text/x-patch
Size: 10868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190811/49bf0a7b/attachment.bin>


More information about the cfe-commits mailing list