aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Option.cpp
AgeCommit message (Expand)Author
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie
2011-09-23More missing header inclusions from llvm_unreachable migration.David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
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-08-13Driver/OptParser: Add a NoForward flag to prevent forwarding certain options toDaniel Dunbar
2010-06-11Driver: Change OptTable::ParseArg to take any ArgList.Daniel Dunbar
2010-06-09Driver: Change Option parsing to always create arguments referring to unaliasedDaniel Dunbar
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-09Revert "Driver: Change Option parsing to always create arguments referring toDaniel Dunbar
2010-06-09Driver: Change Option parsing to always create arguments referring to unaliasedDaniel Dunbar
2010-06-09Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so thatDaniel Dunbar
2009-11-19Driver: Take option ID for {Input,Unknown}Option, to drop dependency on actua...Daniel Dunbar
2009-11-19Driver: Introduce OptSpecifier class for protecting access to an option id.Daniel Dunbar
2009-11-19Driver: Resolve inconsistency in matching options against options which areDaniel Dunbar
2009-11-18Driver: Store Option ID field as unsigned to drop dependency on the optionsDaniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-07Driver: Add 'q' flag for options which shouldn't be reported as unused.Daniel Dunbar
2009-03-25Driver: Replace Option::ForwardToGCC by Option::DriverOption (whichDaniel Dunbar
2009-03-25Driver: Prep for tool chain specific argument translation.Daniel Dunbar
2009-03-22Driver: Implement 'missing argument' error.Daniel Dunbar
2009-03-18Driver: Add "d" flag to Options.def for options which are completelyDaniel Dunbar
2009-03-12Driver: Drop some unnecessary uses of clang namespace.Daniel Dunbar
2009-03-12Driver: Add Option flags.Daniel Dunbar
2009-03-12Driver: Tweak option naming/def:Daniel Dunbar
2009-03-12Driver: Add Option::getId and Option::matches taking an optionDaniel Dunbar
2009-03-10Remove some now-unneeded calls to llvm::errs().flush().Daniel Dunbar
2009-03-05Driver: Basic argument parsing.Daniel Dunbar
2009-03-04Driver: Implement Option::accept methods.Daniel Dunbar
2009-03-04Driver: Option's need to know their ID.Daniel Dunbar
2009-03-04Driver: Add Option flags.Daniel Dunbar
2009-03-04Driver: Tweak Option::accept interface.Daniel Dunbar
2009-03-04Driver: More Option implementation.Daniel Dunbar
2009-03-03Sketch Driver Option classes.Daniel Dunbar