Modify ParseArgs to return the InputArgList by value - there's no need for dynamic...
[oota-llvm.git] / include / llvm / Option / OptTable.h
2015-06-22 David BlaikieModify ParseArgs to return the InputArgList by value...
2015-06-21 NAKAMURA TakumiOptTable.h: Prune a couple of \param(s), since Arg...
2015-06-21 David BlaikieArrayRef-ify ParseArgs
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
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-07-31 Hans WennborgOption parsing: add support for alias arguments.
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-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.