]> granicus.if.org Git - clang/commit
clang-cl: Add /showFilenames option (PR31957)
authorHans Wennborg <hans@hanshq.net>
Thu, 11 Oct 2018 10:04:15 +0000 (10:04 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 11 Oct 2018 10:04:15 +0000 (10:04 +0000)
commit4eb8e4f562fa0aff9e6e943b965206c17ce3b817
tree6d7d60879474236e8e6731d6bf12a694b5f77ed6
parent18e7f3569e10382440019d07c5e1376146e46e09
clang-cl: Add /showFilenames option (PR31957)

Add a /showFilenames option for users who want clang to echo the
currently compiled filename. MSVC does this echoing by default, and it's
useful for showing progress in build systems that doesn't otherwise
provide any progress report, such as MSBuild.

Differential Revision: https://reviews.llvm.org/D52773

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344234 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CLCompatOptions.td
include/clang/Driver/Job.h
lib/Driver/Job.cpp
lib/Driver/ToolChains/Clang.cpp
test/Driver/cl-showfilenames.c [new file with mode: 0644]