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)
commita2222b573b2bd3bb03936d1cad31d921ee42416c
tree216a142d6c23366c1c5ab8ed6c057c0637a76c21
parentb162939c1a3e360ce128997223acd1eadc696d83
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

llvm-svn: 187430
llvm/lib/Support/CommandLine.cpp
llvm/unittests/Support/CommandLineTest.cpp