]> granicus.if.org Git - clang/commit
Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style...
authorDaniel Dunbar <daniel@zuster.org>
Sat, 20 Mar 2010 08:01:59 +0000 (08:01 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 20 Mar 2010 08:01:59 +0000 (08:01 +0000)
commit4c00fcdf98d3d7c4cb47b64f8b770f8f4bff1357
tree394f0d19d402eed4645525804bfa682cd976acd3
parentb86c5fc7393f61221686fc56e992ca409dee2a50
Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99054 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Driver/Driver.h
lib/Driver/Compilation.cpp
lib/Driver/Driver.cpp
test/Driver/cc-print-options.c [new file with mode: 0644]
tools/driver/driver.cpp