History log of /external/llvm/unittests/Support/CommandLineTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd81d94322a39503e4a3e87b6ee03d4fcb3465fb 21-Jul-2014 Stephen Hines <srhines@google.com> Update LLVM for rebase to r212749.

Includes a cherry-pick of:
r212948 - fixes a small issue with atomic calls

Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
/external/llvm/unittests/Support/CommandLineTest.cpp
36b56886974eae4f9c5ebc96befd3e7bfe5de338 24-Apr-2014 Stephen Hines <srhines@google.com> Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
/external/llvm/unittests/Support/CommandLineTest.cpp
264e92d6db46083f9f46484ec39e99f18d35d370 30-Jul-2013 Rui Ueyama <ruiu@google.com> 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
/external/llvm/unittests/Support/CommandLineTest.cpp
431b0a7646105c53c607cbf0015c615269bc5f11 18-Jul-2013 Reid Kleckner <reid@kleckner.net> [Support] Beef up and expose the response file parsing in llvm::cl

The plan is to use it for clang and lld.

Major behavior changes:
- We can now parse UTF-16 files that have a byte order mark.
- PR16209: Don't drop backslashes on the floor if they don't escape
anything.

The actual parsing loop was based on code from Clang's driver.cpp,
although it's been rewritten to track its state with control flow rather
than state variables.

Reviewers: hans

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186587 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/CommandLineTest.cpp
61e01721978af4c2979c4b9153e56e72eb6389fb 06-May-2013 Andrew Trick <atrick@apple.com> Implemented public interface for modifying registered (not positional or sink options) command line options at runtime.

Patch by Dan Liew!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181254 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/CommandLineTest.cpp
b7ad33b7195cb99b0cbb1c5308324d328650ca45 06-May-2013 Andrew Trick <atrick@apple.com> Support command line option categories.

Patch by Dan Liew!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181253 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/CommandLineTest.cpp
5a88dda4be791426ab4d20a6a6c9c65d66614a27 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Sort the #include lines for unittest/...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169250 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/CommandLineTest.cpp
8932fe4d2b9d06e6bef261198e694b1263603636 13-Aug-2012 Alexander Kornienko <alexfh@google.com> Added test for non-static use of cl::opt (fixed in r160170)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161751 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/CommandLineTest.cpp
b7a8d400be7ce9e275c6e09a2a90fbacd0566476 25-Sep-2009 Jeffrey Yasskin <jyasskin@google.com> Fix a compile failure introduced by r82675 on MinGW which doesn't have
setenv(). This patch just disables the test rather than getting putenv() to
work. Thanks to Sandeep Patel for reporting the problem.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82797 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/CommandLineTest.cpp
1d75d3a8ae5c682521e2a3968a132236ad47f410 24-Sep-2009 Jeffrey Yasskin <jyasskin@google.com> Roll back r82348, which introduced an infinite loop in ParseCStringVector() that
a trivial unittest would have caught. This revision also adds the trivial
unittest.



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