Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().
[oota-llvm.git] / include / llvm / Option / Option.h
2015-12-18 Eric ChristopherConvert Arg, ArgList, and Option to dump() to dbgs...
2015-03-03 David BlaikieRemove explicit no-op dtor in favor of the implicit...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-08-13 Hans WennborgOptions: Add new option kind that consumes remaining...
2013-07-31 Hans WennborgOption parsing: add support for alias arguments.
2013-05-09 Dmitri GribenkoDocumentation warning: \param, not \parm
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.