1. 279c1db Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect. by Daniel Dunbar · 15 years ago
  2. 3612bc8 Driver: Get rid of the proxy support in DerivedArgList. by Daniel Dunbar · 15 years ago
  3. 7e4953e Driver: Fix arg_iterator typing to reflect that it is really an iterator over Arg*s. by Daniel Dunbar · 15 years ago
  4. 532c1ec Driver: Eliminate Arg subclasses, which are now unnecessary. by Daniel Dunbar · 15 years ago
  5. 4465a77 Driver: Change Arg to just hold the values directly, instead of implicitly by Daniel Dunbar · 15 years ago
  6. 312a8b7 Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that by Daniel Dunbar · 15 years ago
  7. 5e30b8b Attempt to make MSVC happy. by Daniel Dunbar · 15 years ago
  8. a5ddbca Try to fix MSVC build. by Benjamin Kramer · 15 years ago
  9. 03e8ab2 Driver: Move some argument lookup utilities into driver::ArgList. by Daniel Dunbar · 15 years ago
  10. fd48cb3 Driver: Free synthesized derived arguments. by Daniel Dunbar · 15 years ago
  11. cbc6a63 Fix -Wsign-compare warnings reported by clang++. by Ted Kremenek · 15 years ago
  12. 3b84f5b Add an arg_iterator, for iterating over a subset of arguments in an ArgList. by Daniel Dunbar · 16 years ago
  13. 9e1f982 Driver: Introduce OptSpecifier class for protecting access to an option id. by Daniel Dunbar · 16 years ago
  14. e4bdae7 Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of taking a Claim argument. by Daniel Dunbar · 16 years ago
  15. 16484af StringRefize ArgList construction of ArgStrings. by Daniel Dunbar · 16 years ago
  16. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  17. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 16 years ago
  18. 4df9a66 Add option for AddAllArgsTranslated to control whether output argument by Daniel Dunbar · 16 years ago
  19. 9af6668 Driver: Add default for ArgList::hasFlag and simplify implementation. by Daniel Dunbar · 16 years ago
  20. 68fb469 Driver: Explicitly ignore -fpch-preprocess when using clang, we don't by Daniel Dunbar · 16 years ago
  21. 776dbd8 Driver: Unbreak ArgList::hasFlag. by Daniel Dunbar · 16 years ago
  22. 478edc2 Driver: Track which original arguments an arg is derived from, so that by Daniel Dunbar · 16 years ago
  23. 524b9fb Driver: Add ArgList::AddAllArgsTranslated; for forwarding options to by Daniel Dunbar · 16 years ago
  24. f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 16 years ago
  25. fe2e04a Driver: ArgList::getLastArg was in fact returning the first matching arg. by Daniel Dunbar · 16 years ago
  26. b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 16 years ago
  27. ee51031 Driver: Add two option overload for AddAllArgValues. by Daniel Dunbar · 16 years ago
  28. 18a7f33 Driver: Add argument translation utilities to ArgList. by Daniel Dunbar · 16 years ago
  29. ec504fd Driver: Fix typo ArgList destructor. by Daniel Dunbar · 16 years ago
  30. cd4e186 Driver: Add two option form of ArgList::getLastArg. by Daniel Dunbar · 16 years ago
  31. 3494bb1 Add ArgList::MakeArgString and make ArgList::Make* const. by Daniel Dunbar · 16 years ago
  32. 8022fd4 Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the by Daniel Dunbar · 16 years ago
  33. c0dfd53 Driver: Fix think in ArgList::MakeIndex. by Daniel Dunbar · 16 years ago
  34. bca58cb Driver: Add ArgList support for synthesizing arguments. by Daniel Dunbar · 16 years ago
  35. 0c562a2 Driver: Add ArgList::getLastArg. by Daniel Dunbar · 16 years ago
  36. e7fffa1 Driver: Fix thinko in Arg::hasArg. by Daniel Dunbar · 16 years ago
  37. d8cadd4 Driver: Add ArgList::hasArg, for testing for the presence of an by Daniel Dunbar · 16 years ago
  38. 9358dc8 Driver: Add ArgList::{append, getArgString} by Daniel Dunbar · 16 years ago
  39. 6ac1e22 Driver: Add ArgList implementation. by Daniel Dunbar · 16 years ago