]> granicus.if.org Git - clang/commit
Make "-ccc-cxx" option work on Linux.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Sep 2010 02:36:23 +0000 (02:36 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Sep 2010 02:36:23 +0000 (02:36 +0000)
commit79e9e9dd533de9609ef141449bf50e705fa68fd0
tree8bf86166b83f6b5d950c80655a3350fdd5a925c2
parentfdac7d4f8b94c5005b6f5d21b44548aa182e16ef
Make "-ccc-cxx" option work on Linux.
Patch by nobled.

I also took the opportunity to make the field private since now it is only ready from the
outside.

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