aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Option/Option.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-15Option parser: class for consuming a joined arg in addition to all remaining ...Hans Wennborg1-0/+14
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-1/+1
2015-12-18Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().Eric Christopher1-14/+17
2015-05-04Option parsing: properly handle flag aliases for joined options (PR23394)Hans Wennborg1-0/+5
2015-03-03Remove explicit no-op dtor in favor of the implicit dtor so as not to disable...David Blaikie1-3/+0
2014-08-22Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner1-4/+8
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-10/+10
2013-08-13Options: Add new option kind that consumes remaining argumentsHans Wennborg1-0/+11
2013-07-31Option parsing: add support for alias arguments.Hans Wennborg1-2/+20
2013-07-22Silence gcc warning.Richard Trieu1-1/+1
2013-07-22Option parsing: allow aliases in groupsHans Wennborg1-6/+4
2013-06-26Fix a crash bug in dumping options with groupsReid Kleckner1-4/+6
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth1-3/+1
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer1-0/+204