aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-07-16 00:52:11 +0000
committerHans Wennborg <hans@hanshq.net>2014-07-16 00:52:11 +0000
commit21f0f133948eea4010ea054b04dd5954eefeb767 (patch)
tree06e769f83d53c67a05de4af4f8ec1d4760de9a9e /clang/lib/Frontend/CompilerInvocation.cpp
parent2c156f852c6e52772b06c6342c1b03a64e7f06e7 (diff)
downloadllvm-21f0f133948eea4010ea054b04dd5954eefeb767.zip
llvm-21f0f133948eea4010ea054b04dd5954eefeb767.tar.gz
llvm-21f0f133948eea4010ea054b04dd5954eefeb767.tar.bz2
Perform wildcard expansion in Process::GetArgumentVector on Windows (PR17098)
On Windows, wildcard expansion isn't performed by the shell, but left to the program itself. The common way to do this is to link with setargv.obj, which performs the expansion on argc/argv before main is entered. However, we don't use argv in Clang on Windows, but instead call GetCommandLineW so we can handle unicode arguments. This means we have to do wildcard expansion ourselves. A test case will be added on the Clang side. Differential Revision: http://reviews.llvm.org/D4529 llvm-svn: 213114
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions