summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CommandLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid overly large SmallPtrSet/SmallSetMatthias Braun2016-01-301-1/+1
* Refactor: Simplify boolean conditional return statements in llvm/lib/SupportAlexander Kornienko2015-12-281-4/+1
* StringRef-ify some Option APIsDavid Blaikie2015-11-171-26/+25
* There is only one saver of strings.Rafael Espindola2015-08-131-2/+2
* Remove macro guards for extern template instantiations.Benjamin Kramer2015-07-131-15/+15
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Bring in a BumpPtrStringSaver from lld and simplify the interface.Rafael Espindola2015-06-131-28/+10
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-1/+1
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-2/+0
* CommandLine: Replace cold std::sort with array_pod_sort.Benjamin Kramer2015-03-141-11/+12
* Simplify expressions involving boolean constants with clang-tidyDavid Blaikie2015-03-091-2/+2
* Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer2015-02-171-3/+1
* Fixing broken bots.Chris Bieneman2015-02-131-1/+1
* NFC. Moving the RegisteredOptionCategories global into the CommandLineParser ...Chris Bieneman2015-02-131-15/+18
* NFC. clang-format wants to change this from two lines to one.Chris Bieneman2015-02-131-2/+1
* NFC. More code cleanup making LookupOption a member of the CommandLineParser.Chris Bieneman2015-02-131-4/+6
* Make helper functions/classes/globals static. NFC.Benjamin Kramer2015-02-061-0/+4
* NFC. Making printOptionValues an API on the parser class.Chris Bieneman2015-01-301-3/+7
* CommandLineParser: Avoid non-static member nitializer(s).NAKAMURA Takumi2015-01-291-2/+4
* Build fix for Visual Studio. NFC.Chris Bieneman2015-01-281-5/+2
* Refactoring llvm command line parsing and option registration.Chris Bieneman2015-01-281-170/+158
* Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test.Chris Bieneman2015-01-271-2/+1
* Revert r227148 & r227154 which added a test which infinitely loops.Richard Trieu2015-01-271-1/+2
* One more fix to the new API to fix const-correctness.Chris Bieneman2015-01-271-1/+1
* Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorI...Chris Bieneman2015-01-261-2/+1
* Add new HideUnrelatedOptions API that takes a SmallVectorImpl.Chris Bieneman2015-01-261-0/+14
* Putting all the standard tool options into a "Generic" category.Chris Bieneman2015-01-261-9/+16
* If we see UTF-8 BOM sequence at the beginning of a response file, we shallYunzhong Gao2015-01-241-0/+12
* Adding a new cl::HideUnrelatedOptions API to allow clang to migrate off cl::g...Chris Bieneman2015-01-211-1/+11
* Running clang-format on CommandLine.h and CommandLine.cpp.Chris Bieneman2015-01-131-273/+262
* Silence static analyzer warnings in LLVMSupport.Michael Ilseman2014-12-111-0/+2
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-1/+1
OpenPOWER on IntegriCloud