]> granicus.if.org Git - clang/commit
Frontend: Add -header-include-file option, for allowing saving header include
authorDaniel Dunbar <daniel@zuster.org>
Wed, 2 Feb 2011 21:11:31 +0000 (21:11 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 2 Feb 2011 21:11:31 +0000 (21:11 +0000)
commitb34d69b9292534c1c574f168f0ac10aea652adca
treefae1f3c18dec879a8250cc6d40bebed9859dda50
parentb376e5e71aa3e608c0481a9a7facb5d8b29d3163
Frontend: Add -header-include-file option, for allowing saving header include
information to a file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124750 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/DependencyOutputOptions.h
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/HeaderIncludeGen.cpp