]> granicus.if.org Git - clang/commit
clang-cl: Implement the /Tc, /TC, /Tp and /TP options.
authorHans Wennborg <hans@hanshq.net>
Tue, 6 Aug 2013 00:20:31 +0000 (00:20 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 6 Aug 2013 00:20:31 +0000 (00:20 +0000)
commit4c587532e108725e38c5546976ee81c8bea04bb7
tree25d6a7d96d508e6fff14007d5cb3751c6af48e88
parentc0e64f3d293bc1c448a84d285f115bc946b91b07
clang-cl: Implement the /Tc, /TC, /Tp and /TP options.

These are used to specify source files, and whether to treat source
files as C or C++.

Differential Revision: http://llvm-reviews.chandlerc.com/D1290

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187760 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Driver/CLCompatOptions.td
lib/Driver/Driver.cpp
test/Driver/cl-inputs.c [new file with mode: 0644]
test/Driver/cl-options.c