Merging r258184:
[oota-llvm.git] / include / llvm / Option / Arg.h
2015-12-18 Eric ChristopherConvert Arg, ArgList, and Option to dump() to dbgs...
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-06-25 Douglas KatzmanAdd Arg::getValues method with const 'this' and const...
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-05-18 Benjamin KramerOptions: Use erase_if to remove Args from the list.
2014-04-20 David BlaikieRemove comment that hasn't been true for 5 years
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
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.