summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CommandLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FileCheck] Parse command-line options from FILECHECK_OPTSJoel E. Denny2018-11-061-2/+21
* [Support] Treat null bytes as separator in windows command line stringsMartin Storsjo2018-09-141-2/+6
* [CommandLine] Error message for incorrect PositionalEatArgs usageKeno Fischer2018-05-141-9/+25
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* On Windows we need to be able to process response files with Windows-styleDmitry Mikulin2018-03-051-1/+5
* Revert r322595: Specify inline for isWhitespace in CommandLine.cppRui Ueyama2018-01-221-1/+1
* Specify inline for isWhitespace in CommandLine.cppRui Ueyama2018-01-161-1/+1
* Added support for reading configuration filesSerge Pavlov2017-12-301-0/+48
* Reverted 321580: Added support for reading configuration filesSerge Pavlov2017-12-301-47/+0
* Added support for reading configuration filesSerge Pavlov2017-12-301-0/+47
* Improve performance TokenizeWindowsCommandLineRui Ueyama2017-12-271-20/+26
* Remove redundant includes from lib/Support.Michael Zolotukhin2017-12-131-1/+0
* Don't call exit from cl::PrintHelpMessage.Rafael Espindola2017-09-071-14/+10
* [ADT] Enable reverse iteration for DenseMapMandeep Singh Grang2017-08-241-11/+0
* Fix minor typo introduced in r276404Don Hinton2017-07-121-1/+1
* [ADT] Add llvm::to_floatPavel Labath2017-06-231-7/+4
* Allow VersionPrinter to print to arbitrary raw_ostreamsDimitry Andric2017-06-061-10/+8
* Allow suppressing host and target info in VersionPrinterXin Tong2017-04-191-1/+4
* Correct OptionCategoryCompare() in the command line library.Daniel Sanders2017-03-271-2/+3
* [Support][CommandLine] Make it possible to get error messages from ParseComma...Eric Liu2017-03-151-27/+24
* Add initial support for debug countingDaniel Berlin2017-02-191-5/+5
* CommandLine option: Relax the assertion introduced in r290467 to allows for e...Mehdi Amini2017-01-081-1/+1
* Add an assertion for cl::opt names: they can't start with '-'Mehdi Amini2016-12-231-0/+1
* Don't double-initialize cl::opt for iterating in reverse order to uncover non...Mehdi Amini2016-12-141-1/+1
* [llvm] Iterate SmallPtrSet in reverse order to uncover non-determinism in cod...Mandeep Singh Grang2016-12-141-0/+11
* Fix file name resolution in nested response filesSerge Pavlov2016-11-201-0/+6
* Allow resolving response file names relative to including fileSerge Pavlov2016-11-011-6/+23
* [Support][CommandLine] Display subcommands in help when there are less than 3Alex Lorenz2016-10-121-1/+1
* [cl] Don't print subcommand help when no subcommands present.Zachary Turner2016-10-111-4/+6
* [Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris2016-10-051-0/+11
* Use StringRef in StringSaver API (NFC)Mehdi Amini2016-10-051-5/+5
* Use StringRef in CommandLine Options handling (NFC)Mehdi Amini2016-10-011-52/+54
* Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"Zachary Turner2016-09-131-11/+0
* [Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris2016-09-131-0/+11
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-3/+3
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* [CommandLine] Use Process::GetEnv instead of _wgetenvDavid Majnemer2016-07-241-21/+4
* [llvm-cov] - Improve llvm-cov error messageYing Yi2016-07-221-1/+2
* Get rid of call to StringRef::substr that's never used.Justin Lebar2016-07-191-1/+0
* Resubmit "Update llvm command line parser to support subcommands."Zachary Turner2016-06-291-98/+383
* Revert r274054 to try to appease the botManman Ren2016-06-281-378/+98
* Update llvm command line parser to support subcommands.Zachary Turner2016-06-281-98/+378
* Avoid duplicated map lookups. No functionality change intended.Benjamin Kramer2016-06-171-6/+4
* [STLExtras] Introduce and use llvm::count_if; NFCSanjoy Das2016-06-101-5/+4
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-1/+1
* Remove LLVM_ENABLE_TIMESTAMPSChris Bieneman2016-05-051-3/+0
* Use gcc's rules for parsing gcc-style response filesNico Weber2016-04-261-7/+4
* [CMake] Add PACKAGE_VENDOR for customizing version outputChris Bieneman2016-03-151-2/+6
* More UTF string conversion wrappersMarianne Mailhot-Sarrasin2016-03-111-0/+19
OpenPOWER on IntegriCloud