Add a dump method for ArgList.
[oota-llvm.git] / include / llvm / Option / ArgList.h
2015-12-18 Eric ChristopherAdd a dump method for ArgList.
2015-07-29 Douglas KatzmanAdd an ArgList::AddAllArgs that accepts a vector of...
2015-06-23 Benjamin Kramer[Option] Plug a leak when move-assigning an InputArgList.
2015-06-22 David BlaikieModify ParseArgs to return the InputArgList by value...
2015-06-21 David BlaikieDevirtualize ArgList's dtor now that -Wvirtual-dtor...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-20 Filipe CabecinhasMake getLastArgNoClaim work for up to 4 arguments.
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-09-12 Ehsan AkhgariAdd an overload of getLastArgNoClaim taking two OptSpec...
2014-07-09 Tim NorthoverUse simpler constructor for range adapter.
2014-07-09 Tim NorthoverGeneric: add range-adapter for option parsing.
2014-06-20 Justin BognerArgList: use MakeArgList overloads in subclasses and...
2014-04-20 David BlaikieProtect the ArgList dtor
2014-04-20 David BlaikieUse unique_ptr to handle ownership of synthesized args...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-07-15 Reid KlecknerRevert "[Option] Store arg strings in a set backed...
2013-07-15 Reid Kleckner[Option] Store arg strings in a set backed by a BumpPtr...
2013-06-13 Reid KlecknerMerge changes to clang's Driver code into LLVM's Option...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.