Age | Commit message (Expand) | Author |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-10-26 | [options] Fix mishandling of aliased options that was introduced in r166444. | Argyrios Kyrtzidis |
2012-10-22 | [Options] Add prefixes to options. | Michael J. Spencer |
2012-10-21 | Silence warning about && in ||. | Benjamin Kramer |
2012-10-19 | [Options] make Option a value type. | Michael J. Spencer |
2012-10-18 | Revert 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-10 | Revert "[Options] make Option a value type." | Eric Christopher |
2012-10-10 | [Options] make Option a value type. | Michael J. Spencer |
2012-10-03 | [Options] Store the owning OptTable in Option so it can construct Group and A... | Michael J. Spencer |
2012-09-27 | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru |
2012-09-27 | Fix a typo 'iff' => 'if' | Sylvestre Ledru |
2012-09-25 | [Options] Store the option ID in OptTable::Info. | Michael J. Spencer |
2012-08-21 | Reduce the amount of state in the Option class by relying on the data from Op... | Michael J. Spencer |
2012-08-20 | Fix -Wswitch warning introduced by r162231 | David Blaikie |
2012-08-20 | Make Option non virtual. | Michael J. Spencer |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie |
2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
2011-09-23 | More missing header inclusions from llvm_unreachable migration. | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-07-05 | StringRef'ize clang::drive::Option::getName(), from Zach Wheeler! | Douglas Gregor |
2010-12-31 | Remove stray emacs mode markers in all these files that was causing emacs to | Nick Lewycky |
2010-08-13 | Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to | Daniel Dunbar |
2010-06-11 | Driver: Change OptTable::ParseArg to take any ArgList. | Daniel Dunbar |
2010-06-09 | Driver: Change Option parsing to always create arguments referring to unaliased | Daniel Dunbar |
2010-06-09 | Driver: Eliminate Arg subclasses, which are now unnecessary. | Daniel Dunbar |
2010-06-09 | Driver: Keep the rendering style in the option, instead of as part of the Arg. | Daniel Dunbar |
2010-06-09 | Driver: Change Arg to just hold the values directly, instead of implicitly | Daniel Dunbar |
2010-06-09 | Revert "Driver: Change Option parsing to always create arguments referring to | Daniel Dunbar |
2010-06-09 | Driver: Change Option parsing to always create arguments referring to unaliased | Daniel Dunbar |
2010-06-09 | Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that | Daniel Dunbar |
2009-11-19 | Driver: Take option ID for {Input,Unknown}Option, to drop dependency on actua... | Daniel Dunbar |
2009-11-19 | Driver: Introduce OptSpecifier class for protecting access to an option id. | Daniel Dunbar |
2009-11-19 | Driver: Resolve inconsistency in matching options against options which are | Daniel Dunbar |
2009-11-18 | Driver: Store Option ID field as unsigned to drop dependency on the options | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-04-07 | Driver: Add 'q' flag for options which shouldn't be reported as unused. | Daniel Dunbar |
2009-03-25 | Driver: Replace Option::ForwardToGCC by Option::DriverOption (which | Daniel Dunbar |
2009-03-25 | Driver: Prep for tool chain specific argument translation. | Daniel Dunbar |
2009-03-22 | Driver: Implement 'missing argument' error. | Daniel Dunbar |
2009-03-18 | Driver: Add "d" flag to Options.def for options which are completely | Daniel Dunbar |
2009-03-12 | Driver: Drop some unnecessary uses of clang namespace. | Daniel Dunbar |
2009-03-12 | Driver: Add Option flags. | Daniel Dunbar |
2009-03-12 | Driver: Tweak option naming/def: | Daniel Dunbar |
2009-03-12 | Driver: Add Option::getId and Option::matches taking an option | Daniel Dunbar |
2009-03-10 | Remove some now-unneeded calls to llvm::errs().flush(). | Daniel Dunbar |
2009-03-05 | Driver: Basic argument parsing. | Daniel Dunbar |
2009-03-04 | Driver: Implement Option::accept methods. | Daniel Dunbar |
2009-03-04 | Driver: Option's need to know their ID. | Daniel Dunbar |
2009-03-04 | Driver: Add Option flags. | Daniel Dunbar |