Age | Commit message (Expand) | Author |
2013-02-22 | Grammar. | Eric Christopher |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-11-19 | Remove a no-op 'const' from a by-value return type. | Chandler Carruth |
2012-11-01 | Remove 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-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-11 | Remove pointless classof()'s. | Sean Silva |
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-09-15 | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Dmitri Gribenko |
2012-07-02 | Documentation cleanup: | James Dennett |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-04-23 | Remove unused STL header includes. | Jay Foad |
2010-06-14 | Driver: Dissect -Wl, and -Xlinker arguments to remove --no-demangle, which was a | 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 | Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-03-29 | Driver: Track which original arguments an arg is derived from, so that | Daniel Dunbar |
2009-03-20 | Driver: Add Arg::getAsString and use when dumping arguments to | Daniel Dunbar |
2009-03-19 | Driver: Add Arg::renderAsInput; this is a messy area and something I | Daniel Dunbar |
2009-03-18 | Driver: Make Arg::Claimed mutable. | Daniel Dunbar |
2009-03-15 | Driver: Start warning about unused arguments. | Daniel Dunbar |
2009-03-13 | Bring in std::string to fix compilation on GCC 4.3 | Argyrios Kyrtzidis |
2009-03-12 | Driver: Add default index (=0) for Arg::getValue and add Arg::claim | Daniel Dunbar |
2009-03-05 | Driver: Basic argument parsing. | Daniel Dunbar |
2009-03-04 | Driver: Add Arg::dump and SeparateArg stubs. | Daniel Dunbar |
2009-03-04 | Driver: Stub out Arg implementations. | Daniel Dunbar |
2009-03-04 | Driver: Pull intrusive list out of Arg; this isn't going to suffice. I | Daniel Dunbar |
2009-03-04 | Driver: Return reference for Arg::getOption(). | Daniel Dunbar |
2009-03-03 | Driver: Sketch Arg & ArgList classes. | Daniel Dunbar |