1. 3b84f5b Add an arg_iterator, for iterating over a subset of arguments in an ArgList. by Daniel Dunbar · 15 years ago
  2. 9e1f982 Driver: Introduce OptSpecifier class for protecting access to an option id. by Daniel Dunbar · 15 years ago
  3. e4bdae7 Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of taking a Claim argument. by Daniel Dunbar · 15 years ago
  4. 16484af StringRefize ArgList construction of ArgStrings. by Daniel Dunbar · 15 years ago
  5. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  6. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  7. 4df9a66 Add option for AddAllArgsTranslated to control whether output argument by Daniel Dunbar · 15 years ago
  8. 9af6668 Driver: Add default for ArgList::hasFlag and simplify implementation. by Daniel Dunbar · 15 years ago
  9. 68fb469 Driver: Explicitly ignore -fpch-preprocess when using clang, we don't by Daniel Dunbar · 15 years ago
  10. 776dbd8 Driver: Unbreak ArgList::hasFlag. by Daniel Dunbar · 15 years ago
  11. 478edc2 Driver: Track which original arguments an arg is derived from, so that by Daniel Dunbar · 15 years ago
  12. 524b9fb Driver: Add ArgList::AddAllArgsTranslated; for forwarding options to by Daniel Dunbar · 15 years ago
  13. f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 15 years ago
  14. fe2e04a Driver: ArgList::getLastArg was in fact returning the first matching arg. by Daniel Dunbar · 15 years ago
  15. b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 15 years ago
  16. ee51031 Driver: Add two option overload for AddAllArgValues. by Daniel Dunbar · 15 years ago
  17. 18a7f33 Driver: Add argument translation utilities to ArgList. by Daniel Dunbar · 15 years ago
  18. ec504fd Driver: Fix typo ArgList destructor. by Daniel Dunbar · 15 years ago
  19. cd4e186 Driver: Add two option form of ArgList::getLastArg. by Daniel Dunbar · 15 years ago
  20. 3494bb1 Add ArgList::MakeArgString and make ArgList::Make* const. by Daniel Dunbar · 15 years ago
  21. 8022fd4 Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the by Daniel Dunbar · 15 years ago
  22. c0dfd53 Driver: Fix think in ArgList::MakeIndex. by Daniel Dunbar · 15 years ago
  23. bca58cb Driver: Add ArgList support for synthesizing arguments. by Daniel Dunbar · 15 years ago
  24. 0c562a2 Driver: Add ArgList::getLastArg. by Daniel Dunbar · 15 years ago
  25. e7fffa1 Driver: Fix thinko in Arg::hasArg. by Daniel Dunbar · 15 years ago
  26. d8cadd4 Driver: Add ArgList::hasArg, for testing for the presence of an by Daniel Dunbar · 15 years ago
  27. 9358dc8 Driver: Add ArgList::{append, getArgString} by Daniel Dunbar · 15 years ago
  28. 6ac1e22 Driver: Add ArgList implementation. by Daniel Dunbar · 15 years ago