summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ArgList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an arg_iterator, for iterating over a subset of arguments in an ArgList.Daniel Dunbar2009-11-251-72/+40
* Driver: Introduce OptSpecifier class for protecting access to an option id.Daniel Dunbar2009-11-191-17/+17
* Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of...Daniel Dunbar2009-11-191-16/+19
* StringRefize ArgList construction of ArgStrings.Daniel Dunbar2009-09-091-8/+18
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-16/+14
* Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling2009-06-281-0/+29
* Add option for AddAllArgsTranslated to control whether output argumentDaniel Dunbar2009-04-261-3/+11
* Driver: Add default for ArgList::hasFlag and simplify implementation.Daniel Dunbar2009-04-071-6/+2
* Driver: Explicitly ignore -fpch-preprocess when using clang, we don'tDaniel Dunbar2009-04-031-0/+9
* Driver: Unbreak ArgList::hasFlag.Daniel Dunbar2009-03-301-1/+1
* Driver: Track which original arguments an arg is derived from, so thatDaniel Dunbar2009-03-291-8/+9
* Driver: Add ArgList::AddAllArgsTranslated; for forwarding options toDaniel Dunbar2009-03-261-0/+13
* Driver: Prep for tool chain specific argument translation.Daniel Dunbar2009-03-251-50/+78
* Driver: ArgList::getLastArg was in fact returning the first matching arg.Daniel Dunbar2009-03-241-3/+1
* Driver: Implement 'missing argument' error.Daniel Dunbar2009-03-221-1/+3
* Driver: Add two option overload for AddAllArgValues.Daniel Dunbar2009-03-201-0/+13
* Driver: Add argument translation utilities to ArgList.Daniel Dunbar2009-03-181-0/+65
* Driver: Fix typo ArgList destructor.Daniel Dunbar2009-03-171-1/+1
* Driver: Add two option form of ArgList::getLastArg.Daniel Dunbar2009-03-171-0/+14
* Add ArgList::MakeArgString and make ArgList::Make* const.Daniel Dunbar2009-03-171-6/+10
* Driver: Update ArgList::{hasArg,getLastArg} to optionally claim theDaniel Dunbar2009-03-151-3/+6
* Driver: Fix think in ArgList::MakeIndex.Daniel Dunbar2009-03-131-1/+1
* Driver: Add ArgList support for synthesizing arguments.Daniel Dunbar2009-03-121-0/+36
* Driver: Add ArgList::getLastArg.Daniel Dunbar2009-03-121-3/+3
* Driver: Fix thinko in Arg::hasArg.Daniel Dunbar2009-03-121-1/+1
* Driver: Add ArgList::hasArg, for testing for the presence of anDaniel Dunbar2009-03-121-0/+11
* Driver: Add ArgList::{append, getArgString}Daniel Dunbar2009-03-041-0/+9
* Driver: Add ArgList implementation.Daniel Dunbar2009-03-041-0/+22
OpenPOWER on IntegriCloud