summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/CommandLine.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add new HideUnrelatedOptions API that takes a SmallVectorImpl.Chris Bieneman2015-01-261-0/+9
* Refactoring cl::parser construction and initialization.Chris Bieneman2015-01-221-41/+58
* Making deleted copy constructors and operators to be private for better diagn...Chris Bieneman2015-01-221-16/+16
* Assigning and copying command line option objects shouldn't be allowed.Chris Bieneman2015-01-221-0/+16
* Adding a new cl::HideUnrelatedOptions API to allow clang to migrate off cl::g...Chris Bieneman2015-01-211-0/+9
* Running clang-format on CommandLine.h and CommandLine.cpp.Chris Bieneman2015-01-131-380/+433
* Rename END_WITH_NULL to LLVM_END_WITH_NULL and move to Compiler.hReid Kleckner2014-11-041-3/+3
* Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner2014-08-221-5/+19
* Revert "[Support] Promote cl::StringSaver to a separate utility"Sean Silva2014-08-151-1/+9
* [Support] Promote cl::StringSaver to a separate utilitySean Silva2014-08-151-9/+1
* Support: Fix option handling when using cl::Required with aliasoptJustin Bogner2014-07-141-2/+6
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-1/+1
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-091-1/+1
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-13/+14
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-071-3/+2
* [C+11] Add 'override' keyword to methods in the support library.Craig Topper2014-03-041-51/+57
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-5/+5
* Re-apply r200853, which should not crash after Clang plugins were converted t...Alexander Kornienko2014-02-271-2/+2
* Avoid collisions with Objective-C++ keywordsTobias Grosser2014-02-191-6/+6
* Revert "Fix an invalid check for duplicate option categories."Rafael Espindola2014-02-051-2/+2
* Fix an invalid check for duplicate option categories.Alexander Kornienko2014-02-051-2/+2
* [CommandLine] Aliases require an value if their target requires a value.Jordan Rose2014-01-291-0/+10
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+4
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-4/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+4
* Fix -Wdocumentation warningHans Wennborg2013-07-181-1/+1
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-181-0/+53
* Fix 'gcc -flto' builds for unittest binaries (undefined reference toPatrik Hagglund2013-06-121-2/+0
* Use correct parameter names in comments [-Wdocumentation]Dmitri Gribenko2013-05-081-3/+3
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-061-0/+34
* Support command line option categories.Andrew Trick2013-05-061-8/+42
* Generalize my previous fix for -print-options.Andrew Trick2013-03-061-1/+1
* Simplify code. No functionality change.Jakub Staszak2013-02-191-4/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* Add missing this->. Fixes pr14238.Rafael Espindola2012-11-051-1/+1
* Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola2012-10-091-4/+2
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-231-4/+5
* Initializers for some fields were missing in Option::OptionAlexander Kornienko2012-07-131-4/+4
* fix warnings when compiling with -WshadowNick Kledzik2012-05-181-2/+2
* Correct use of const in ParseCommandLineOptionsDavid Blaikie2012-02-071-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-1/+1
* Reword comment based on feedback by Duncan Sands.David Blaikie2012-01-241-1/+1
* Changing bitfield enums to unsigned ints.David Blaikie2012-01-231-7/+9
* Simplify llvm::cl::Option by using a bit field instead of manual bit packing.David Blaikie2012-01-231-74/+68
* Add some missing anchors.David Blaikie2011-12-011-0/+6
* CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer2011-09-151-0/+22
* Add an extension point to the CommandLine library where clients canChandler Carruth2011-07-221-0/+9
* Comment out some unused parameter names to silence out-of-tree -Wunused warni...Frits van Bommel2011-04-221-8/+8
* Fix a typo.Andrew Trick2011-04-051-1/+1
OpenPOWER on IntegriCloud