]> granicus.if.org Git - clang/commit
[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)
commitda781a67c9d3d916c9495db9924dd594534d2087
treec704ab9f2c5e1df48e2e267035b6be65b3c03e28
parent6616e2d814377bba7f1e9456088350dd186c489b
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@368881 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Driver.h
lib/Driver/Driver.cpp