aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageView.cpp
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-08-22 19:29:30 +0000
committerReid Kleckner <reid@kleckner.net>2014-08-22 19:29:30 +0000
commitaf5fd6a4d5db63a2b064ffa0e82e541c1cff2e7c (patch)
treee6b69b5281da7b55345409e7a49712201c2a008d /llvm/tools/llvm-cov/SourceCoverageView.cpp
parente3f146d941f11c97e2561778d640e6dab721463c (diff)
downloadllvm-af5fd6a4d5db63a2b064ffa0e82e541c1cff2e7c.zip
llvm-af5fd6a4d5db63a2b064ffa0e82e541c1cff2e7c.tar.gz
llvm-af5fd6a4d5db63a2b064ffa0e82e541c1cff2e7c.tar.bz2
Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind
This patch aims at fixing PR17239. This bug happens because the /link (clang-cl.exe argument) is marked as "consume all remaining arguments". However, when inside a response file, /link should only consume all remaining arguments inside the response file where it is located, not the entire command line after expansion. The LLVM side of the patch will change the semantics of the RemainingArgsClass kind to always consume only until the end of the response file when the option originally came from a response file. There are only two options in this class: dash dash (--) and /link. This is the Clang side of the patch in http://reviews.llvm.org/D4899 Reviewered By: rafael, rnk Differential Revision: http://reviews.llvm.org/D4900 Patch by Rafael Auler! llvm-svn: 216281
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageView.cpp')
0 files changed, 0 insertions, 0 deletions