1. 3fdcc6f Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 14 years ago
  2. 592f241 Fix PR8639 by making the "argument unused during compilation" less agressive. Now we by Rafael Espindola · 14 years ago
  3. 9d520c5 Declare argv parameters as const char* const* instead of to char** to clarify that they are not modified, and to allow for string literals as arguments. by Axel Naumann · 14 years ago
  4. 47e879d Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friends by Daniel Dunbar · 14 years ago
  5. fdbe65e Driver: Fix refacto in DerivedArgList::MakeSeparateArg. by Daniel Dunbar · 14 years ago
  6. 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 · 14 years ago
  7. 3612bc8 Driver: Get rid of the proxy support in DerivedArgList. by Daniel Dunbar · 14 years ago
  8. 7e4953e Driver: Fix arg_iterator typing to reflect that it is really an iterator over Arg*s. by Daniel Dunbar · 14 years ago
  9. 532c1ec Driver: Eliminate Arg subclasses, which are now unnecessary. by Daniel Dunbar · 14 years ago
  10. 4465a77 Driver: Change Arg to just hold the values directly, instead of implicitly by Daniel Dunbar · 14 years ago
  11. 312a8b7 Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that by Daniel Dunbar · 14 years ago
  12. 5e30b8b Attempt to make MSVC happy. by Daniel Dunbar · 14 years ago
  13. a5ddbca Try to fix MSVC build. by Benjamin Kramer · 14 years ago
  14. 03e8ab2 Driver: Move some argument lookup utilities into driver::ArgList. by Daniel Dunbar · 14 years ago
  15. fd48cb3 Driver: Free synthesized derived arguments. by Daniel Dunbar · 14 years ago
  16. cbc6a63 Fix -Wsign-compare warnings reported by clang++. by Ted Kremenek · 14 years ago
  17. 3b84f5b Add an arg_iterator, for iterating over a subset of arguments in an ArgList. by Daniel Dunbar · 15 years ago
  18. 9e1f982 Driver: Introduce OptSpecifier class for protecting access to an option id. by Daniel Dunbar · 15 years ago
  19. e4bdae7 Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of taking a Claim argument. by Daniel Dunbar · 15 years ago
  20. 16484af StringRefize ArgList construction of ArgStrings. by Daniel Dunbar · 15 years ago
  21. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  22. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  23. 4df9a66 Add option for AddAllArgsTranslated to control whether output argument by Daniel Dunbar · 15 years ago
  24. 9af6668 Driver: Add default for ArgList::hasFlag and simplify implementation. by Daniel Dunbar · 15 years ago
  25. 68fb469 Driver: Explicitly ignore -fpch-preprocess when using clang, we don't by Daniel Dunbar · 15 years ago
  26. 776dbd8 Driver: Unbreak ArgList::hasFlag. by Daniel Dunbar · 15 years ago
  27. 478edc2 Driver: Track which original arguments an arg is derived from, so that by Daniel Dunbar · 15 years ago
  28. 524b9fb Driver: Add ArgList::AddAllArgsTranslated; for forwarding options to by Daniel Dunbar · 15 years ago
  29. f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 15 years ago
  30. fe2e04a Driver: ArgList::getLastArg was in fact returning the first matching arg. by Daniel Dunbar · 15 years ago
  31. b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 15 years ago
  32. ee51031 Driver: Add two option overload for AddAllArgValues. by Daniel Dunbar · 15 years ago
  33. 18a7f33 Driver: Add argument translation utilities to ArgList. by Daniel Dunbar · 15 years ago
  34. ec504fd Driver: Fix typo ArgList destructor. by Daniel Dunbar · 15 years ago
  35. cd4e186 Driver: Add two option form of ArgList::getLastArg. by Daniel Dunbar · 15 years ago
  36. 3494bb1 Add ArgList::MakeArgString and make ArgList::Make* const. by Daniel Dunbar · 15 years ago
  37. 8022fd4 Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the by Daniel Dunbar · 15 years ago
  38. c0dfd53 Driver: Fix think in ArgList::MakeIndex. by Daniel Dunbar · 15 years ago
  39. bca58cb Driver: Add ArgList support for synthesizing arguments. by Daniel Dunbar · 15 years ago
  40. 0c562a2 Driver: Add ArgList::getLastArg. by Daniel Dunbar · 15 years ago
  41. e7fffa1 Driver: Fix thinko in Arg::hasArg. by Daniel Dunbar · 15 years ago
  42. d8cadd4 Driver: Add ArgList::hasArg, for testing for the presence of an by Daniel Dunbar · 15 years ago
  43. 9358dc8 Driver: Add ArgList::{append, getArgString} by Daniel Dunbar · 15 years ago
  44. 6ac1e22 Driver: Add ArgList implementation. by Daniel Dunbar · 15 years ago