aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/ArgList.cpp
AgeCommit message (Expand)Author
2009-06-28Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling
2009-04-26Add option for AddAllArgsTranslated to control whether output argumentDaniel Dunbar
2009-04-07Driver: Add default for ArgList::hasFlag and simplify implementation.Daniel Dunbar
2009-04-03Driver: Explicitly ignore -fpch-preprocess when using clang, we don'tDaniel Dunbar
2009-03-30Driver: Unbreak ArgList::hasFlag.Daniel Dunbar
2009-03-29Driver: Track which original arguments an arg is derived from, so thatDaniel Dunbar
2009-03-26Driver: Add ArgList::AddAllArgsTranslated; for forwarding options toDaniel Dunbar
2009-03-25Driver: Prep for tool chain specific argument translation.Daniel Dunbar
2009-03-24Driver: ArgList::getLastArg was in fact returning the first matching arg.Daniel Dunbar
2009-03-22Driver: Implement 'missing argument' error.Daniel Dunbar
2009-03-20Driver: Add two option overload for AddAllArgValues.Daniel Dunbar
2009-03-18Driver: Add argument translation utilities to ArgList.Daniel Dunbar
2009-03-17Driver: Fix typo ArgList destructor.Daniel Dunbar
2009-03-17Driver: Add two option form of ArgList::getLastArg.Daniel Dunbar
2009-03-17Add ArgList::MakeArgString and make ArgList::Make* const.Daniel Dunbar
2009-03-15Driver: Update ArgList::{hasArg,getLastArg} to optionally claim theDaniel Dunbar
2009-03-13Driver: Fix think in ArgList::MakeIndex.Daniel Dunbar
2009-03-12Driver: Add ArgList support for synthesizing arguments.Daniel Dunbar
2009-03-12Driver: Add ArgList::getLastArg.Daniel Dunbar
2009-03-12Driver: Fix thinko in Arg::hasArg.Daniel Dunbar
2009-03-12Driver: Add ArgList::hasArg, for testing for the presence of anDaniel Dunbar
2009-03-04Driver: Add ArgList::{append, getArgString}Daniel Dunbar
2009-03-04Driver: Add ArgList implementation.Daniel Dunbar