summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ArgList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+0
* Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith2012-11-011-6/+6
* [Options] Add prefixes to options.Michael J. Spencer2012-10-221-4/+11
* [Options] make Option a value type.Michael J. Spencer2012-10-191-8/+8
* Revert r166223 and the subsequent commits that depend on it, r166230 & r166235.Argyrios Kyrtzidis2012-10-181-8/+8
* [Options] make Option a value type.Michael J. Spencer2012-10-181-8/+8
* Revert "[Options] make Option a value type."Eric Christopher2012-10-101-8/+8
* [Options] make Option a value type.Michael J. Spencer2012-10-101-8/+8
* Factor out the code retrieves the last PIC related argument fromSimon Atanasyan2012-05-291-0/+62
* [driver] Parse diagnostic args in the driver.Chad Rosier2012-03-131-4/+6
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Fix PR11685 by implementing -ffast-math and its various friends in theChandler Carruth2012-01-021-0/+18
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-1/+1
* Fix else style. No functionality change intended.Chad Rosier2011-08-171-1/+2
* [driver] Make sure to update the iterator end when erasing for Args.Chad Rosier2011-08-121-2/+2
* Improved efficiency by using iterator returned by erase, rather then restarting.Chad Rosier2011-08-081-4/+4
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-021-0/+16
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-17/+17
* Temporarily revert r135614 while I fix the cmake build.Chad Rosier2011-07-201-16/+0
* When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier2011-07-201-0/+16
* StringRef'ize clang::drive::Option::getName(), from Zach Wheeler!Douglas Gregor2011-07-051-2/+2
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-311-1/+1
* Fix PR8639 by making the "argument unused during compilation" less agressive....Rafael Espindola2010-12-201-19/+16
* Declare argv parameters as const char* const* instead of to char** to clarify...Axel Naumann2010-10-111-1/+2
* Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friendsDaniel Dunbar2010-07-131-0/+19
* Driver: Fix refacto in DerivedArgList::MakeSeparateArg.Daniel Dunbar2010-06-141-25/+16
* Driver: Add an explicit argument translation phase to the driver itself. We a...Daniel Dunbar2010-06-111-3/+1
* Driver: Get rid of the proxy support in DerivedArgList.Daniel Dunbar2010-06-111-5/+6
* Driver: Fix arg_iterator typing to reflect that it is really an iterator over...Daniel Dunbar2010-06-111-9/+9
* Driver: Eliminate Arg subclasses, which are now unnecessary.Daniel Dunbar2010-06-091-6/+6
* Driver: Change Arg to just hold the values directly, instead of implicitlyDaniel Dunbar2010-06-091-5/+8
* Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so thatDaniel Dunbar2010-06-091-1/+12
* Attempt to make MSVC happy.Daniel Dunbar2010-05-221-1/+1
* Try to fix MSVC build.Benjamin Kramer2010-05-211-0/+1
* Driver: Move some argument lookup utilities into driver::ArgList.Daniel Dunbar2010-05-201-0/+27
* Driver: Free synthesized derived arguments.Daniel Dunbar2010-03-111-7/+14
* Fix -Wsign-compare warnings reported by clang++.Ted Kremenek2010-03-101-3/+3
* 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
OpenPOWER on IntegriCloud