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