aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/Option.h
AgeCommit message (Expand)Author
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-11-09PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard Smith
2012-10-22[Options] Add prefixes to options.Michael J. Spencer
2012-10-19[Options] Make Option non clang specific.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-18Remove trailing comma.Eric Christopher
2012-10-18[Options] Make Option non clang specific.Michael J. Spencer
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-10-03[Options] Store the owning OptTable in Option so it can construct Group and A...Michael J. Spencer
2012-09-25[Options] Store the option ID in OptTable::Info.Michael J. Spencer
2012-08-21Reduce the amount of state in the Option class by relying on the data from Op...Michael J. Spencer
2012-08-20Make Option non virtual.Michael J. Spencer
2012-05-01Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-20introduce a centralized place to introduce and inject llvm types into theChris Lattner
2011-07-05StringRef'ize clang::drive::Option::getName(), from Zach Wheeler!Douglas Gregor
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: Keep the rendering style in the option, instead of as part of the Arg.Daniel 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: Add Option::getId and Option::matches taking an optionDaniel 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-03Hush gcc.Daniel Dunbar
2009-03-03Sketch Driver Option classes.Daniel Dunbar