]> granicus.if.org Git - clang/commit
If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no
authorJoerg Sonnenberger <joerg@bec.de>
Sun, 6 Mar 2011 23:31:01 +0000 (23:31 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Sun, 6 Mar 2011 23:31:01 +0000 (23:31 +0000)
commit9ade4ae4fb7ed1fcbd63835d9f8f53052f0657a2
tree40f863a2a3a64bfc81647d6ebc32185e5b381c5e
parent4707b9acf75c68c90278757ffd6a05b2544bc1eb
If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no
input is specified, use stdin implicitly. Based on a patch from
Roman Divacky.

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