summaryrefslogtreecommitdiff
path: root/lib/Option/ArgList.cpp
Commit message (Expand)AuthorAge
* 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
* 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
* 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