]> granicus.if.org Git - clang/commit
clang -cc1: Kill off -empty-input only, and replace with -init-only which is an
authorDaniel Dunbar <daniel@zuster.org>
Fri, 19 Mar 2010 19:44:04 +0000 (19:44 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 19 Mar 2010 19:44:04 +0000 (19:44 +0000)
commit2758595023c5c7c0495f19260089f975022c50dc
tree11fdf239f8391186adf991210705fe2b9feffbd4
parenta2936be04fb800d93a0a8d3358f35c7b3b2ded16
clang -cc1: Kill off -empty-input only, and replace with -init-only which is an
actual action.
 - This is easier to use, and more reliable for timing the thing this was
   actually meant to be useful for.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98978 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/FrontendActions.h
include/clang/Frontend/FrontendOptions.h
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/FrontendActions.cpp
tools/driver/cc1_main.cpp