aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Arg.cpp
AgeCommit message (Expand)Author
2012-11-01Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith
2012-10-22[Options] Add prefixes to options.Michael J. Spencer
2012-10-19[Options] make Option a value type.Michael J. Spencer
2012-10-18Revert r166223 and the subsequent commits that depend on it, r166230 & r166235.Argyrios Kyrtzidis
2012-10-18[Options] make Option a value type.Michael J. Spencer
2012-10-10Revert "[Options] make Option a value type."Eric Christopher
2012-10-10[Options] make Option a value type.Michael J. Spencer
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2011-07-05StringRef'ize clang::drive::Option::getName(), from Zach Wheeler!Douglas Gregor
2010-12-31Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky
2010-06-09Driver: Eliminate Arg subclasses, which are now unnecessary.Daniel Dunbar
2010-06-09Driver: Keep the rendering style in the option, instead of as part of the Arg.Daniel Dunbar
2010-06-09Driver: Change Arg to just hold the values directly, instead of implicitlyDaniel Dunbar
2010-06-09Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so thatDaniel Dunbar
2010-06-09Driver: Change Arg::render methods to use option name instead of string whereDaniel Dunbar
2010-03-20Driver: Allow Render{Separate,Joined} option flags on JoinedOrSeparate option...Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-29Driver: Track which original arguments an arg is derived from, so thatDaniel Dunbar
2009-03-25Driver: Fix typo in JoinedAndSeparateArg::render.Daniel Dunbar
2009-03-22Driver: Drop code for checking bounds in SeparateArg::render, thisDaniel Dunbar
2009-03-22fix PR3859: crash with 'cc -V'Nuno Lopes
2009-03-20Driver: Add Arg::getAsString and use when dumping arguments toDaniel Dunbar
2009-03-19Driver: Add Arg::renderAsInput; this is a messy area and something IDaniel Dunbar
2009-03-18Driver: Provide Arg::render implementations.Daniel Dunbar
2009-03-18Driver: Initialize Arg::ClaimedDaniel Dunbar
2009-03-18Driver: Implement JoinedAndSeparateArg::getValue and add parsing testDaniel Dunbar
2009-03-10Remove some now-unneeded calls to llvm::errs().flush().Daniel Dunbar
2009-03-07Fix warnings in build on clang-x86_64-freebsd buildbot.Mike Stump
2009-03-05Driver: Basic argument parsing.Daniel Dunbar
2009-03-04Driver: Implement Option::accept methods.Daniel Dunbar
2009-03-04Driver: Add Arg::dump and SeparateArg stubs.Daniel Dunbar
2009-03-04Driver: Stub out Arg implementations.Daniel Dunbar