aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/Arg.h
AgeCommit message (Expand)Author
2013-02-22Grammar.Eric Christopher
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-11-19Remove a no-op 'const' from a by-value return type.Chandler Carruth
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-11Remove pointless classof()'s.Sean Silva
2012-10-10Revert "[Options] make Option a value type."Eric Christopher
2012-10-10[Options] make Option a value type.Michael J. Spencer
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-07-02Documentation cleanup:James Dennett
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-04-23Remove unused STL header includes.Jay Foad
2010-06-14Driver: Dissect -Wl, and -Xlinker arguments to remove --no-demangle, which was aDaniel 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-09Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so thatDaniel 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-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: Make Arg::Claimed mutable. Daniel Dunbar
2009-03-15Driver: Start warning about unused arguments.Daniel Dunbar
2009-03-13Bring in std::string to fix compilation on GCC 4.3Argyrios Kyrtzidis
2009-03-12Driver: Add default index (=0) for Arg::getValue and add Arg::claimDaniel Dunbar
2009-03-05Driver: Basic argument parsing.Daniel Dunbar
2009-03-04Driver: Add Arg::dump and SeparateArg stubs.Daniel Dunbar
2009-03-04Driver: Stub out Arg implementations.Daniel Dunbar
2009-03-04Driver: Pull intrusive list out of Arg; this isn't going to suffice. IDaniel Dunbar
2009-03-04Driver: Return reference for Arg::getOption().Daniel Dunbar
2009-03-03Driver: Sketch Arg & ArgList classes.Daniel Dunbar