summaryrefslogtreecommitdiff
path: root/unittests/Support/CommandLineTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-1/+1
2014-01-29Remove C++11ism from r200407.Jordan Rose1-1/+1
2014-01-29[CommandLine] Aliases require an value if their target requires a value.Jordan Rose1-2/+53
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-07-30Implement TokenizeWindowsCommandLine.Rui Ueyama1-9/+28
2013-07-18[Support] Beef up and expose the response file parsing in llvm::clReid Kleckner1-0/+24
2013-05-06Implemented public interface for modifying registered (not positional or sink...Andrew Trick1-3/+47
2013-05-06Support command line option categories.Andrew Trick1-0/+8
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-3/+1
2012-08-13Added test for non-static use of cl::opt (fixed in r160170)Alexander Kornienko1-0/+11
2009-09-25Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin1-0/+12
2009-09-24Roll back r82348, which introduced an infinite loop in ParseCStringVector() thatJeffrey Yasskin1-0/+48