Modify ParseArgs to return the InputArgList by value - there's no need for dynamic...
[oota-llvm.git] / lib / Option / OptTable.cpp
2015-06-22 David BlaikieModify ParseArgs to return the InputArgList by value...
2015-06-21 David BlaikieArrayRef-ify ParseArgs
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2014-08-22 Reid KlecknerFix PR17239 by changing the semantics of the RemainingA...
2014-08-15 Nick Kledzik[Option] Support MultiArg in --help
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
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-02 Hans WennborgOption parsing: recognize the special -- token
2013-07-19 Reid Kleckner[Option] Add inclusion and exclusion flags to option...
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.