[NFC][clang] Moving argument handling: Driver::BuildActions -> handleArguments
authorPuyan Lotfi <puyan@puyan.org>
Wed, 14 Aug 2019 17:02:21 +0000 (17:02 +0000)
committerPuyan Lotfi <puyan@puyan.org>
Wed, 14 Aug 2019 17:02:21 +0000 (17:02 +0000)
commit740f69b91b4ca042f1c9c63ac73fff9dfc7746b0
tree0291c9168aa6e0c79147ff748e0afe92df446078
parent3555af7120b9bbab05c335546a996950cedc286c
[NFC][clang] Moving argument handling: Driver::BuildActions -> handleArguments

This patch simply moves code that already exists into a new function.
Specifically I think it will make the BuildActions code for building a clang
job pipeline easier to read and work with.

Differential Revision: https://reviews.llvm.org/D66058

llvm-svn: 368881
clang/include/clang/Driver/Driver.h
clang/lib/Driver/Driver.cpp