]> granicus.if.org Git - clang/commit
Add DependencyOutputOptions to wrap -M... options, and propogate to
authorDaniel Dunbar <daniel@zuster.org>
Wed, 11 Nov 2009 21:43:12 +0000 (21:43 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 11 Nov 2009 21:43:12 +0000 (21:43 +0000)
commit0e0bae8139e25de81f18b6a519783a06f7ba1e25
tree6db23099da5baf15ef2612359f918b8bb651dde5
parent4f92032ebad80711ee99cfea6946a61b4b9d08be
Add DependencyOutputOptions to wrap -M... options, and propogate to
CompilerInvocation and clang-cc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86880 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/CompilerInvocation.h
include/clang/Frontend/DependencyOutputOptions.h [new file with mode: 0644]
include/clang/Frontend/PreprocessorOutputOptions.h
include/clang/Frontend/Utils.h
lib/Frontend/DependencyFile.cpp
tools/clang-cc/Options.cpp
tools/clang-cc/Options.h
tools/clang-cc/clang-cc.cpp