]> granicus.if.org Git - clang/commit
Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc
authorChandler Carruth <chandlerc@gmail.com>
Fri, 4 Nov 2011 07:34:47 +0000 (07:34 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 4 Nov 2011 07:34:47 +0000 (07:34 +0000)
commit7ffa0325bd61f656697f99434334d425c39af309
treea02934f492ab21534dd6375ab845bc4b757aa7b6
parentb5870e77a9a872e2a84e904a332bb60bbe207da9
Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc
implementation in the driver. This cleans up the signature and semantics
of the include flag adding component of the toolchain. Another step to
ready it for holding all the InitHeaderSearch logic.

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