Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / include / llvm / Option / Arg.h
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.