summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/CommandLineTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Remove C++11ism from r200407.Jordan Rose2014-01-291-1/+1
* [CommandLine] Aliases require an value if their target requires a value.Jordan Rose2014-01-291-2/+53
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Implement TokenizeWindowsCommandLine.Rui Ueyama2013-07-301-9/+28
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-181-0/+24
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-061-3/+47
* Support command line option categories.Andrew Trick2013-05-061-0/+8
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-3/+1
* Added test for non-static use of cl::opt (fixed in r160170)Alexander Kornienko2012-08-131-0/+11
* Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin2009-09-251-0/+12
* Roll back r82348, which introduced an infinite loop in ParseCStringVector() thatJeffrey Yasskin2009-09-241-0/+48
OpenPOWER on IntegriCloud