Implement TokenizeWindowsCommandLine.
authorRui Ueyama <ruiu@google.com>
Tue, 30 Jul 2013 19:03:20 +0000 (19:03 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 30 Jul 2013 19:03:20 +0000 (19:03 +0000)
commit264e92d6db46083f9f46484ec39e99f18d35d370
tree3b838deb6312015d9ecd346e5140fe4cdafe9bb9
parentf6de55f5d40c498d3bc2d74cf169e5ad135f9215
Implement TokenizeWindowsCommandLine.

This is a follow up patch for r187390 to implement the parser for the
Windows-style command line. This should follow the rule as described
at http://msdn.microsoft.com/en-us/library/windows/desktop/17w5ykft(v=vs.85).aspx

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

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