Age | Commit message (Expand) | Author |
2010-10-11 | Declare argv parameters as const char* const* instead of to char** to clarify... | Axel Naumann |
2010-07-13 | Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friends | Daniel Dunbar |
2010-06-14 | Driver: Fix refacto in DerivedArgList::MakeSeparateArg. | Daniel Dunbar |
2010-06-11 | Driver: Add an explicit argument translation phase to the driver itself. We a... | Daniel Dunbar |
2010-06-11 | Driver: Get rid of the proxy support in DerivedArgList. | Daniel Dunbar |
2010-06-11 | Driver: Fix arg_iterator typing to reflect that it is really an iterator over... | Daniel Dunbar |
2010-06-09 | Driver: Eliminate Arg subclasses, which are now unnecessary. | Daniel Dunbar |
2010-06-09 | Driver: Change Arg to just hold the values directly, instead of implicitly | Daniel Dunbar |
2010-06-09 | Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that | Daniel Dunbar |
2010-05-22 | Attempt to make MSVC happy. | Daniel Dunbar |
2010-05-21 | Try to fix MSVC build. | Benjamin Kramer |
2010-05-20 | Driver: Move some argument lookup utilities into driver::ArgList. | Daniel Dunbar |
2010-03-11 | Driver: Free synthesized derived arguments. | Daniel Dunbar |
2010-03-10 | Fix -Wsign-compare warnings reported by clang++. | Ted Kremenek |
2009-11-25 | Add an arg_iterator, for iterating over a subset of arguments in an ArgList. | Daniel Dunbar |
2009-11-19 | Driver: Introduce OptSpecifier class for protecting access to an option id. | Daniel Dunbar |
2009-11-19 | Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of... | Daniel Dunbar |
2009-09-09 | StringRefize ArgList construction of ArgStrings. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-06-28 | Add stack protector support to clang. This generates the 'ssp' and 'sspreq' | Bill Wendling |
2009-04-26 | Add option for AddAllArgsTranslated to control whether output argument | Daniel Dunbar |
2009-04-07 | Driver: Add default for ArgList::hasFlag and simplify implementation. | Daniel Dunbar |
2009-04-03 | Driver: Explicitly ignore -fpch-preprocess when using clang, we don't | Daniel Dunbar |
2009-03-30 | Driver: Unbreak ArgList::hasFlag. | Daniel Dunbar |
2009-03-29 | Driver: Track which original arguments an arg is derived from, so that | Daniel Dunbar |
2009-03-26 | Driver: Add ArgList::AddAllArgsTranslated; for forwarding options to | Daniel Dunbar |
2009-03-25 | Driver: Prep for tool chain specific argument translation. | Daniel Dunbar |
2009-03-24 | Driver: ArgList::getLastArg was in fact returning the first matching arg. | Daniel Dunbar |
2009-03-22 | Driver: Implement 'missing argument' error. | Daniel Dunbar |
2009-03-20 | Driver: Add two option overload for AddAllArgValues. | Daniel Dunbar |
2009-03-18 | Driver: Add argument translation utilities to ArgList. | Daniel Dunbar |
2009-03-17 | Driver: Fix typo ArgList destructor. | Daniel Dunbar |
2009-03-17 | Driver: Add two option form of ArgList::getLastArg. | Daniel Dunbar |
2009-03-17 | Add ArgList::MakeArgString and make ArgList::Make* const. | Daniel Dunbar |
2009-03-15 | Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the | Daniel Dunbar |
2009-03-13 | Driver: Fix think in ArgList::MakeIndex. | Daniel Dunbar |
2009-03-12 | Driver: Add ArgList support for synthesizing arguments. | Daniel Dunbar |
2009-03-12 | Driver: Add ArgList::getLastArg. | Daniel Dunbar |
2009-03-12 | Driver: Fix thinko in Arg::hasArg. | Daniel Dunbar |
2009-03-12 | Driver: Add ArgList::hasArg, for testing for the presence of an | Daniel Dunbar |
2009-03-04 | Driver: Add ArgList::{append, getArgString} | Daniel Dunbar |
2009-03-04 | Driver: Add ArgList implementation. | Daniel Dunbar |