aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/OptTable.h
AgeCommit message (Expand)Author
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 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-10Revert "[Options] make Option a value type."Eric Christopher
2012-10-10[Options] make Option a value type.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-06-15Documentation cleanup:James Dennett
2012-05-01Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy
2011-10-22Pack struct better.Benjamin Kramer
2011-07-20add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner
2010-10-11Declare argv parameters as const char* const* instead of to char** to clarify...Axel Naumann
2010-08-14Driver: Increase flags to hold all necessary bits.Daniel Dunbar
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
2009-12-04OptTable: Allow option groups to be used to define "help groups", which willDaniel Dunbar
2009-12-04OptParser: Add HelpHidden flag.Daniel Dunbar
2009-12-03Add OptTable::PrintHelp.Daniel Dunbar
2009-11-19Factor out OptTable::ParseArgs, for parsing an entire argument vector.Daniel Dunbar
2009-11-19Driver: Introduce OptSpecifier class for protecting access to an option id.Daniel Dunbar
2009-11-19Driver: Split OptTable out into OptTable.{h,cpp}Daniel Dunbar