summaryrefslogtreecommitdiff
path: root/include/llvm/Option
Commit message (Expand)AuthorAge
* Options: Use erase_if to remove Args from the list.Benjamin Kramer2014-05-18
* Add missing include, found by modules build.Richard Smith2014-04-24
* Protect the ArgList dtorDavid Blaikie2014-04-20
* Remove comment that hasn't been true for 5 yearsDavid 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
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* 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: Add new option kind that consumes remaining argumentsHans Wennborg2013-08-13
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-31
* [Option] Add inclusion and exclusion flags to option parsingReid Kleckner2013-07-19
* OptParser.td: typoHans Wennborg2013-07-17
* 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
* Merge changes to clang's Driver code into LLVM's Option libraryReid Kleckner2013-06-13
* Documentation warning: \param, not \parmDmitri Gribenko2013-05-09
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-18
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* 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