aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/CommandLineTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-26Use gcc's rules for parsing gcc-style response filesNico Weber1-5/+6
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-10/+5
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-5/+10
2015-11-17StringRef-ify some Option APIsDavid Blaikie1-6/+6
2015-08-13There is only one saver of strings.Rafael Espindola1-1/+1
2015-06-13Bring in a BumpPtrStringSaver from lld and simplify the interface.Rafael Espindola1-9/+4
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-3/+1
2015-02-26Silence some Win64 clang-cl warnings about unused stuff due to ifdefsReid Kleckner1-0/+2
2015-01-28Refactoring llvm command line parsing and option registration.Chris Bieneman1-7/+5
2015-01-27Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test.Chris Bieneman1-3/+28
2015-01-27Revert r227148 & r227154 which added a test which infinitely loops.Richard Trieu1-25/+0
2015-01-27One more fix to the new API to fix const-correctness.Chris Bieneman1-1/+2
2015-01-26Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorI...Chris Bieneman1-0/+24
2015-01-26Putting all the standard tool options into a "Generic" category.Chris Bieneman1-0/+5
2015-01-21Adding a new cl::HideUnrelatedOptions API to allow clang to migrate off cl::g...Chris Bieneman1-0/+11
2014-08-22Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner1-3/+3
2014-08-15Revert "[Support] Promote cl::StringSaver to a separate utility"Sean Silva1-2/+9
2014-08-15[Support] Promote cl::StringSaver to a separate utilitySean Silva1-9/+2
2014-07-14Support: Fix option handling when using cl::Required with aliasoptJustin Bogner1-0/+19
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-1/+1
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