summaryrefslogtreecommitdiff
path: root/lib/Option
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
* ArgList: use MakeArgList overloads in subclasses and clean up some calls.Justin Bogner2014-06-20
* Options: Use erase_if to remove Args from the list.Benjamin Kramer2014-05-18
* Protect the ArgList dtorDavid Blaikie2014-04-20
* Use unique_ptr to handle ownership of synthesized args in DerivedArgListDavid Blaikie2014-04-20
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Avoid buffer copies when a Twine already is a StringRef.David Blaikie2013-12-03
* Use startswith_lower() where possible.Jakub Staszak2013-11-04
* Fix another mistake in r190442.Eli Friedman2013-09-10
* Remove unused functions.Eli Friedman2013-09-10
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-28
* Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-28
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-27
* Options: explicit handling of --Hans Wennborg2013-08-13
* Options: Add new option kind that consumes remaining argumentsHans Wennborg2013-08-13
* Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows depen...NAKAMURA Takumi2013-08-06
* Option parsing: recognize the special -- tokenHans Wennborg2013-08-02
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-31
* Silence gcc warning.Richard Trieu2013-07-22
* Option parsing: allow aliases in groupsHans Wennborg2013-07-22
* [Option] Add inclusion and exclusion flags to option parsingReid Kleckner2013-07-19
* Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"Reid Kleckner2013-07-15
* [Option] Store arg strings in a set backed by a BumpPtrAllocatorReid Kleckner2013-07-15
* Fix a crash bug in dumping options with groupsReid Kleckner2013-06-26
* Merge changes to clang's Driver code into LLVM's Option libraryReid Kleckner2013-06-13
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-05