OSDN Git Service

Handle consecutive-double-quotes in Windows argument parsing
authorSunil Srivastava <sunil_srivastava@playstation.sony.com>
Thu, 14 Mar 2019 19:26:04 +0000 (19:26 +0000)
committerSunil Srivastava <sunil_srivastava@playstation.sony.com>
Thu, 14 Mar 2019 19:26:04 +0000 (19:26 +0000)
commit981d59612678a915da12b98a72739bb7e19b3a09
treec2b84cca4fed23fb74c8388f841627302568404c
parent82311c6556ecbe61cc471d366c23f4ae8eb49504
Handle consecutive-double-quotes in Windows argument parsing

Windows command line argument processing treats consecutive double quotes
as a single double-quote. This patch implements this functionality.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356193 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CommandLine.cpp
unittests/Support/CommandLineTest.cpp