Merging r258729:
[oota-llvm.git] / lib / Option /
2015-12-18 Eric ChristopherConvert Arg, ArgList, and Option to dump() to dbgs...
2015-12-18 Eric ChristopherAdd a dump method for ArgList.
2015-12-18 Vedant KumarRevert "[Option] Introduce Arg::print(raw_ostream&...
2015-12-18 Vedant Kumar[Option] Introduce Arg::print(raw_ostream&) and use...
2015-10-21 Craig Topper[Option] Use an ArrayRef to store the Option Infos...
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-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Logan ChienCode cleanup: Remove std::move() around xvalue (NFC)
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-06-21 David BlaikieArrayRef-ify ParseArgs
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-04 Hans WennborgOption parsing: properly handle flag aliases for joined...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
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-03-03 David BlaikieRemove explicit no-op dtor in favor of the implicit...
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-09-12 Ehsan AkhgariAdd an overload of getLastArgNoClaim taking two OptSpec...
2014-08-22 Reid KlecknerFix PR17239 by changing the semantics of the RemainingA...
2014-08-15 Nick Kledzik[Option] Support MultiArg in --help
2014-07-09 Tim NorthoverGeneric: add range-adapter for option parsing.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-20 Justin BognerArgList: use MakeArgList overloads in subclasses and...
2014-05-18 Benjamin KramerOptions: Use erase_if to remove Args from the list.
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...
2013-12-03 David BlaikieAvoid buffer copies when a Twine already is a StringRef.
2013-11-04 Jakub StaszakUse startswith_lower() where possible.
2013-09-10 Eli FriedmanFix another mistake in r190442.
2013-09-10 Eli FriedmanRemove unused functions.
2013-08-28 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-28 Rui UeyamaRevert "Option parsing: support case-insensitive option...
2013-08-27 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-13 Hans WennborgOptions: explicit handling of --
2013-08-13 Hans WennborgOptions: Add new option kind that consumes remaining...
2013-08-06 NAKAMURA TakumiOption/CMakeLists.txt: Don't use target_link_libraries...
2013-08-02 Hans WennborgOption parsing: recognize the special -- token
2013-07-31 Hans WennborgOption parsing: add support for alias arguments.
2013-07-22 Richard TrieuSilence gcc warning.
2013-07-22 Hans WennborgOption parsing: allow aliases in groups
2013-07-19 Reid Kleckner[Option] Add inclusion and exclusion flags to option...
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-26 Reid KlecknerFix a crash bug in dumping options with groups
2013-06-13 Reid KlecknerMerge changes to clang's Driver code into LLVM's Option...
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.