summaryrefslogtreecommitdiff
path: root/lib/Support/CommandLine.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* CommandLine: bail out when options get multiply registeredAlp Toker2014-06-19
* tools: Add a space between package version and LLVM_VERSION_INFOJustin Bogner2014-06-17
* Remove system_error.h.Rafael Espindola2014-06-12
* cl::ParseCommandLineOptions(): Use StringRef to receive sys::path::filename()...NAKAMURA Takumi2014-04-23
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-09
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C+11] Add 'override' keyword to methods in the support library.Craig Topper2014-03-04
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-01
* CommandLine: Exit successfully for -version and -helpJustin Bogner2014-02-28
* Re-apply r200853, which should not crash after Clang plugins were converted t...Alexander Kornienko2014-02-27
* Fix an invalid check for duplicate option categories.Alexander Kornienko2014-02-07
* Revert "Fix an invalid check for duplicate option categories."Rafael Espindola2014-02-05
* Fix an invalid check for duplicate option categories.Alexander Kornienko2014-02-05
* [CommandLine] Aliases require an value if their target requires a value.Jordan Rose2014-01-29
* Fix known typosAlp Toker2014-01-24
* Support: Fix handling of args that begin with @ but aren't filesJustin Bogner2013-12-06
* Return true on success in cl::ExpandResponseFilesReid Kleckner2013-12-03
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Implement TokenizeWindowsCommandLine.Rui Ueyama2013-07-30
* Don't leak when expanding response files.Rafael Espindola2013-07-24
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-18
* Don't use PathV1 in CommandLine.cpp.Rafael Espindola2013-06-12
* Fix 'gcc -flto' builds for unittest binaries (undefined reference toPatrik Hagglund2013-06-12
* Include PathV1.h in files that use it.Rafael Espindola2013-06-11
* Better output for long help strings for command-line options.Alexander Kornienko2013-05-10
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-06
* Support command line option categories.Andrew Trick2013-05-06
* Remove an unused member variable from HelpPrinter. Move another member variab...Craig Topper2013-03-09
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola2012-10-09
* Remove tabs.Bill Wendling2012-07-19
* Don't cast away constant qualifier.Duncan Sands2012-03-12
* Correct use of const in ParseCommandLineOptionsDavid Blaikie2012-02-07
* Tidy up. s/Low Level Virtual Machine/LLVM/.Jim Grosbach2012-01-25
* Remove dead default.David Blaikie2012-01-23
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-16
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-05
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-04
* Add some missing anchors.David Blaikie2011-12-01
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01
* CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer2011-09-15
* Move the registered target printing in version strings completely out ofChandler Carruth2011-07-22